Html Css Color HEX #E7C9CB Azalea

📋 copy color: '#E7C9CB'

red 231 ◦ green 201 ◦ blue 203

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

Shades of Azalea #E7C9CB

Tints of Azalea #E7C9CB

RGB

 RED value IS 231 (90.63% from 255) = 36.38%

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

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

R = 36.38%
G = 31.65%
B = 31.97%

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

#E7C9CB (or 0xE7C9CB) is known color: Azalea. HEX triplet: E7, C9 and CB. RGB value is (231,201,203). Sum of RGB (Red+Green+Blue) = 231+201+203=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9CB is #183634. Grayscale: #D2D2D2. Windows color (decimal): -1586741 or 13355495. OLE color: 13355495.

HSL color Cylindrical-coordinate representation of color #E7C9CB: hue angle of 356º degrees, saturation: 0.38, 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 #E7C9CB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 201 203 -
CMYK 0 0.13 0.12 0.09
HSL 356º 0.38% 0.85% -
HSV(B) 356º 0.13% 0.91% -
XYZ 64.62 63.07 65.27 -
YUV 210.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 231 201 203 0 0.13 0.12 0.09 356 0.38 0.85
Hex E7 C9 CB 0 D C 9 164 26 55
Octal 347 311 313 0 15 14 11 544 46 125
Binary 11100111 11001001 11001011 0 1101 1100 1001 101100100 100110 1010101

Color Harmonies of #E7C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C9CB

Black with #E7C9CB

Text Example


Text Example

White with #E7C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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