Html Css Color HEX #E0C9CA Azalea

📋 copy color: '#E0C9CA'

red 224 ◦ green 201 ◦ blue 202

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

Shades of Azalea #E0C9CA

Tints of Azalea #E0C9CA

RGB

 RED value IS 224 (87.89% from 255) = 35.73%

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

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

R = 35.73%
G = 32.06%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E0C9CA (or 0xE0C9CA) is known color: Azalea. HEX triplet: E0, C9 and CA. RGB value is (224,201,202). Sum of RGB (Red+Green+Blue) = 224+201+202=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9CA is #1F3635. Grayscale: #D0D0D0. Windows color (decimal): -2045494 or 13289952. OLE color: 13289952.

HSL color Cylindrical-coordinate representation of color #E0C9CA: hue angle of 357.39º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0C9CA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 202 -
CMYK 0 0.10 0.10 0.12
HSL 357.39º 0.27% 0.83% -
HSV(B) 357.39º 0.1% 0.88% -
XYZ 62.29 61.88 64.54 -
YUV 207.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 224 201 202 0 0.10 0.10 0.12 357.39 0.27 0.83
Hex E0 C9 CA 0 A A C 165 1B 53
Octal 340 311 312 0 12 12 14 545 33 123
Binary 11100000 11001001 11001010 0 1010 1010 1100 101100101 11011 1010011

Color Harmonies of #E0C9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C9CA

Black with #E0C9CA

Text Example


Text Example

White with #E0C9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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