Html Css Color HEX #E5C9CB Azalea

📋 copy color: '#E5C9CB'

red 229 ◦ green 201 ◦ blue 203

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

Shades of Azalea #E5C9CB

Tints of Azalea #E5C9CB

RGB

 RED value IS 229 (89.84% from 255) = 36.18%

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

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

R = 36.18%
G = 31.75%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E5C9CB (or 0xE5C9CB) is known color: Azalea. HEX triplet: E5, C9 and CB. RGB value is (229,201,203). Sum of RGB (Red+Green+Blue) = 229+201+203=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9CB is #1A3634. Grayscale: #D1D1D1. Windows color (decimal): -1717813 or 13355493. OLE color: 13355493.

HSL color Cylindrical-coordinate representation of color #E5C9CB: hue angle of 355.71º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9CB is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 201 203 -
CMYK 0 0.12 0.11 0.10
HSL 355.71º 0.35% 0.84% -
HSV(B) 355.71º 0.12% 0.9% -
XYZ 63.98 62.74 65.24 -
YUV 209.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 229 201 203 0 0.12 0.11 0.10 355.71 0.35 0.84
Hex E5 C9 CB 0 C B A 164 23 54
Octal 345 311 313 0 14 13 12 544 43 124
Binary 11100101 11001001 11001011 0 1100 1011 1010 101100100 100011 1010100

Color Harmonies of #E5C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C9CB

Black with #E5C9CB

Text Example


Text Example

White with #E5C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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