Html Css Color HEX #EEC2C5 Azalea

📋 copy color: '#EEC2C5'

red 238 ◦ green 194 ◦ blue 197

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

Shades of Azalea #EEC2C5

Tints of Azalea #EEC2C5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.84%

 BLUE value IS 197 (77.34% from 255) = 31.32%

R = 37.84%
G = 30.84%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEC2C5 (or 0xEEC2C5) is known color: Azalea. HEX triplet: EE, C2 and C5. RGB value is (238,194,197). Sum of RGB (Red+Green+Blue) = 238+194+197=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2C5 is #113D3A. Grayscale: #CFCFCF. Windows color (decimal): -1129787 or 12960494. OLE color: 12960494.

HSL color Cylindrical-coordinate representation of color #EEC2C5: hue angle of 355.91º degrees, saturation: 0.56, 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 #EEC2C5 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 194 197 -
CMYK 0 0.18 0.17 0.07
HSL 355.91º 0.56% 0.85% -
HSV(B) 355.91º 0.18% 0.93% -
XYZ 64.63 60.79 61.15 -
YUV 207.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 238 194 197 0 0.18 0.17 0.07 355.91 0.56 0.85
Hex EE C2 C5 0 12 11 7 164 38 55
Octal 356 302 305 0 22 21 7 544 70 125
Binary 11101110 11000010 11000101 0 10010 10001 111 101100100 111000 1010101

Color Harmonies of #EEC2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2C5

Black with #EEC2C5

Text Example


Text Example

White with #EEC2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2C5; }

 p { color: rgb(238,194,197); }

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

background-color css

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

 a { background-color: rgb(238,194,197); }

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

border-color css

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

 span { border-color: rgb(238,194,197); }

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