Html Css Color HEX #E8C9CB Azalea

📋 copy color: '#E8C9CB'

red 232 ◦ green 201 ◦ blue 203

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

Shades of Azalea #E8C9CB

Tints of Azalea #E8C9CB

RGB

 RED value IS 232 (91.02% from 255) = 36.48%

 GREEN value IS 201 (78.91% from 255) = 31.6%

 BLUE value IS 203 (79.69% from 255) = 31.92%

R = 36.48%
G = 31.6%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E8C9CB (or 0xE8C9CB) is known color: Azalea. HEX triplet: E8, C9 and CB. RGB value is (232,201,203). Sum of RGB (Red+Green+Blue) = 232+201+203=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9CB is #173634. Grayscale: #D2D2D2. Windows color (decimal): -1521205 or 13355496. OLE color: 13355496.

HSL color Cylindrical-coordinate representation of color #E8C9CB: hue angle of 356.13º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8C9CB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 201 203 -
CMYK 0 0.13 0.12 0.09
HSL 356.13º 0.4% 0.85% -
HSV(B) 356.13º 0.13% 0.91% -
XYZ 64.94 63.24 65.28 -
YUV 210.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 232 201 203 0 0.13 0.12 0.09 356.13 0.4 0.85
Hex E8 C9 CB 0 D C 9 164 28 55
Octal 350 311 313 0 15 14 11 544 50 125
Binary 11101000 11001001 11001011 0 1101 1100 1001 101100100 101000 1010101

Color Harmonies of #E8C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C9CB

Black with #E8C9CB

Text Example


Text Example

White with #E8C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C9CB; }

 p { color: rgb(232,201,203); }

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

background-color css

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

 a { background-color: rgb(232,201,203); }

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

border-color css

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

 span { border-color: rgb(232,201,203); }

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