COLOR #ED92AB

HEX: #ED92AB
RGB: (237,146,171)

Color info

#ED92AB contains mainly red color. Web safe color of #ED92AB is #FF9999 (or #F99).

RGB color model

#ED92AB color RGB value is (237,146,171).

  • red value is 237;
  • green value is 146;
  • blue value is 171.
RGB:
(237,146,171)
(93%,57%,67%)

RGB channels and saturation

R 237 of 255 = 93%
G 146 of 255 = 57%
B 171 of 255 = 67%

237
146
171

R + G + B ~ 72%. #ED92AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 146 + 171 = 554 (100%)
R 237 of 554 ~ 42.78%
G 146 of 554 ~ 26.35%
B 171 of 554 ~ 30.87%

%42.78
%26.35
%30.87

CMYK color model

#ED92AB color CMYK value is (0,38,28,7).

  • cyan value is 0.00%
  • magenta value is 38.40%
  • yellow value is 27.85%
  • key color value is 7.06%
CMYK:
(0,38,28,7)
C0M38Y28K7 
(0%,38%,28%,7%)
(0.00/0.38/0.28/0.07)	

CMYK percentages

%0
%38.4
%27.85
%7.06

Codes

Color #ED92AB in popluar color models

ED92AB
RGB237146171
HSL344°71.65%75.10%
HSB/HSV344°38.40%92.94%
CMYK0.00%38.40%27.85%
7.06%

Color #ED92AB in popluar number systems.

HEXED92AB
Decimal237146171
Binary111011011001001010101011
Octal355222253

Shades and tints

Shades of #ED92AB

#ED92AB
(237,146,171)
#D8859C
(216,133,156)
#C3788D
(195,120,141)
#AE6B7E
(174,107,126)
#995E6F
(153,94,111)
#845160
(132,81,96)
#6F4451
(111,68,81)
#5A3742
(90,55,66)
#452A33
(69,42,51)
#301D24
(48,29,36)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #ED92AB

#ED92AB
(237,146,171)
#EE9BB2
(238,155,178)
#EFA4B9
(239,164,185)
#F0ADC0
(240,173,192)
#F1B6C7
(241,182,199)
#F2BFCE
(242,191,206)
#F3C8D5
(243,200,213)
#F4D1DC
(244,209,220)
#F5DAE3
(245,218,227)
#F6E3EA
(246,227,234)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED92AB color. Also use rgb(237,146,171) instead hex code.

Text Font Color

.myTextColor { color: #ED92AB; }

<p style="color:#ED92AB">This sample text font color is #ED92AB.</p>

This text font color is #ED92AB.


Background Color

.myBgColor { background-color: #ED92AB; }

<div style="background-color:#ED92AB">Inner text</div>

This div background color is #ED92AB.


Border color

.myBorderColor { border: 1px solid #ED92AB; }

<div style="border:3px solid #ED92AB">Div</div>

This div border color is #ED92AB.


Opacity

.myOpacity80 { color: #ED92AB; opacity: 0.8; }

<p style="color:#ED92AB;opacity:0.8;">80%</p>

Text with #ED92AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED92AB;}

<p style="text-shadow: 3px 3px 1px #ED92AB">Text here.</p>

This text has shadow with #ED92AB color.

.textShadow {text-shadow: 3px 3px 1px #ED92AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED92AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED92AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED92AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED92AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED92AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED92AB;
  -webkit-box-shadow:	1px 1px 3px 2px #ED92AB;
  box-shadow:		1px 1px 3px 2px #ED92AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED92AB;
-webkit-box-shadow: 1px 1px 3px 2px #ED92AB;
box-shadow:1px 1px 3px 2px #ED92AB;">
Div content here</div>
This div box has shadow with color #ED92AB.

Preview

Color preview on black background

This text has color #ED92AB on black background.


Color preview on white background

This text has color #ED92AB on white background.



Black color preview on #ED92AB background

This text has black color on #ED92AB background.


White color preview on #ED92AB background

This text has white color on #ED92AB background.