Html Css Color HEX #EEC4CB Azalea

📋 copy color: '#EEC4CB'

red 238 ◦ green 196 ◦ blue 203

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

Shades of Azalea #EEC4CB

Tints of Azalea #EEC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.77%

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

R = 37.36%
G = 30.77%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEC4CB (or 0xEEC4CB) is known color: Azalea. HEX triplet: EE, C4 and CB. RGB value is (238,196,203). Sum of RGB (Red+Green+Blue) = 238+196+203=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4CB is #113B34. Grayscale: #D1D1D1. Windows color (decimal): -1129269 or 13354222. OLE color: 13354222.

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

Color convert

RGB 238 196 203 -
CMYK 0 0.18 0.15 0.07
HSL 350º 0.55% 0.85% -
HSV(B) 350º 0.18% 0.93% -
XYZ 65.78 61.97 64.99 -
YUV 209.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 238 196 203 0 0.18 0.15 0.07 350 0.55 0.85
Hex EE C4 CB 0 12 F 7 15E 37 55
Octal 356 304 313 0 22 17 7 536 67 125
Binary 11101110 11000100 11001011 0 10010 1111 111 101011110 110111 1010101

Color Harmonies of #EEC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4CB

Black with #EEC4CB

Text Example


Text Example

White with #EEC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4CB; }

 p { color: rgb(238,196,203); }

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

background-color css

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

 a { background-color: rgb(238,196,203); }

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

border-color css

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

 span { border-color: rgb(238,196,203); }

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