Html Css Color HEX #EEC7CA Azalea

📋 copy color: '#EEC7CA'

red 238 ◦ green 199 ◦ blue 202

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

Shades of Azalea #EEC7CA

Tints of Azalea #EEC7CA

RGB

 RED value IS 238 (93.36% from 255) = 37.25%

 GREEN value IS 199 (78.13% from 255) = 31.14%

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

R = 37.25%
G = 31.14%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEC7CA (or 0xEEC7CA) is known color: Azalea. HEX triplet: EE, C7 and CA. RGB value is (238,199,202). Sum of RGB (Red+Green+Blue) = 238+199+202=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7CA is #113835. Grayscale: #D3D3D3. Windows color (decimal): -1128502 or 13289454. OLE color: 13289454.

HSL color Cylindrical-coordinate representation of color #EEC7CA: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC7CA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 202 -
CMYK 0 0.16 0.15 0.07
HSL 355.38º 0.53% 0.86% -
HSV(B) 355.38º 0.16% 0.93% -
XYZ 66.34 63.29 64.6 -
YUV 211 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 238 199 202 0 0.16 0.15 0.07 355.38 0.53 0.86
Hex EE C7 CA 0 10 F 7 163 35 56
Octal 356 307 312 0 20 17 7 543 65 126
Binary 11101110 11000111 11001010 0 10000 1111 111 101100011 110101 1010110

Color Harmonies of #EEC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC7CA

Black with #EEC7CA

Text Example


Text Example

White with #EEC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC7CA; }

 p { color: rgb(238,199,202); }

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

background-color css

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

 a { background-color: rgb(238,199,202); }

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

border-color css

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

 span { border-color: rgb(238,199,202); }

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