Html Css Color HEX #E8C9CA Azalea

📋 copy color: '#E8C9CA'

red 232 ◦ green 201 ◦ blue 202

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

Shades of Azalea #E8C9CA

Tints of Azalea #E8C9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.81%

R = 36.54%
G = 31.65%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E8C9CA (or 0xE8C9CA) is known color: Azalea. HEX triplet: E8, C9 and CA. RGB value is (232,201,202). Sum of RGB (Red+Green+Blue) = 232+201+202=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C9CA is #173635. Grayscale: #D2D2D2. Windows color (decimal): -1521206 or 13289960. OLE color: 13289960.

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

Color convert

RGB 232 201 202 -
CMYK 0 0.13 0.13 0.09
HSL 358.06º 0.4% 0.85% -
HSV(B) 358.06º 0.13% 0.91% -
XYZ 64.83 63.19 64.66 -
YUV 210.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 232 201 202 0 0.13 0.13 0.09 358.06 0.4 0.85
Hex E8 C9 CA 0 D D 9 166 28 55
Octal 350 311 312 0 15 15 11 546 50 125
Binary 11101000 11001001 11001010 0 1101 1101 1001 101100110 101000 1010101

Color Harmonies of #E8C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C9CA

Black with #E8C9CA

Text Example


Text Example

White with #E8C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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