Html Css Color HEX #E9C9CA Azalea

📋 copy color: '#E9C9CA'

red 233 ◦ green 201 ◦ blue 202

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

Shades of Azalea #E9C9CA

Tints of Azalea #E9C9CA

RGB

 RED value IS 233 (91.41% from 255) = 36.64%

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

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

R = 36.64%
G = 31.6%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9C9CA (or 0xE9C9CA) is known color: Azalea. HEX triplet: E9, C9 and CA. RGB value is (233,201,202). Sum of RGB (Red+Green+Blue) = 233+201+202=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CA is #163635. Grayscale: #D2D2D2. Windows color (decimal): -1455670 or 13289961. OLE color: 13289961.

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

Color convert

RGB 233 201 202 -
CMYK 0 0.14 0.13 0.09
HSL 358.13º 0.42% 0.85% -
HSV(B) 358.13º 0.14% 0.91% -
XYZ 65.15 63.36 64.67 -
YUV 210.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 233 201 202 0 0.14 0.13 0.09 358.13 0.42 0.85
Hex E9 C9 CA 0 E D 9 166 2A 55
Octal 351 311 312 0 16 15 11 546 52 125
Binary 11101001 11001001 11001010 0 1110 1101 1001 101100110 101010 1010101

Color Harmonies of #E9C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C9CA

Black with #E9C9CA

Text Example


Text Example

White with #E9C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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