Html Css Color HEX #E49DBB Shocking

📋 copy color: '#E49DBB'

red 228 ◦ green 157 ◦ blue 187

#E49DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #E49DBB

Tints of Shocking #E49DBB

RGB

 RED value IS 228 (89.45% from 255) = 39.86%

 GREEN value IS 157 (61.72% from 255) = 27.45%

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 39.86%
G = 27.45%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E49DBB (or 0xE49DBB) is known color: Shocking. HEX triplet: E4, 9D and BB. RGB value is (228,157,187). Sum of RGB (Red+Green+Blue) = 228+157+187=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E49DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DBB is #1B6244. Grayscale: #B5B5B5. Windows color (decimal): -1794629 or 12295652. OLE color: 12295652.

HSL color Cylindrical-coordinate representation of color #E49DBB: hue angle of 334.65º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DBB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 157 187 -
CMYK 0 0.31 0.18 0.11
HSL 334.65º 0.57% 0.75% -
HSV(B) 334.65º 0.31% 0.89% -
XYZ 53.02 44.2 52.75 -
YUV 181.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 228 157 187 0 0.31 0.18 0.11 334.65 0.57 0.75
Hex E4 9D BB 0 1F 12 B 14F 39 4B
Octal 344 235 273 0 37 22 13 517 71 113
Binary 11100100 10011101 10111011 0 11111 10010 1011 101001111 111001 1001011

Color Harmonies of #E49DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49DBB

Black with #E49DBB

Text Example


Text Example

White with #E49DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49DBB; }

 p { color: rgb(228,157,187); }

 H1.HeaderClassName
 {
   color: #E49DBB;
 }
 .AnyTagClassName
 {
   color: #E49DBB;
 }
</style>

background-color css

<style>
 a { background-color: #E49DBB; }

 a { background-color: rgb(228,157,187); }

 div.DivClassName
 {
   background-color: #E49DBB;
 }
 .BgClassName
 {
   background-color: #E49DBB;
 }
</style>

border-color css

<style>
 span { border-color: #E49DBB; }

 span { border-color: rgb(228,157,187); }

 td.TdClassName
 {
   border-color: #E49DBB;
 }
 .TagClassName
 {
   border-color: #E49DBB;
 }
</style>