Html Css Color HEX #EEC2C4 Azalea

📋 copy color: '#EEC2C4'

red 238 ◦ green 194 ◦ blue 196

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

Shades of Azalea #EEC2C4

Tints of Azalea #EEC2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.21%

R = 37.9%
G = 30.89%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEC2C4 (or 0xEEC2C4) is known color: Azalea. HEX triplet: EE, C2 and C4. RGB value is (238,194,196). Sum of RGB (Red+Green+Blue) = 238+194+196=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2C4 is #113D3B. Grayscale: #CFCFCF. Windows color (decimal): -1129788 or 12894958. OLE color: 12894958.

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

Color convert

RGB 238 194 196 -
CMYK 0 0.18 0.18 0.07
HSL 357.27º 0.56% 0.85% -
HSV(B) 357.27º 0.18% 0.93% -
XYZ 64.52 60.75 60.55 -
YUV 207.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 238 194 196 0 0.18 0.18 0.07 357.27 0.56 0.85
Hex EE C2 C4 0 12 12 7 165 38 55
Octal 356 302 304 0 22 22 7 545 70 125
Binary 11101110 11000010 11000100 0 10010 10010 111 101100101 111000 1010101

Color Harmonies of #EEC2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC2C4

Black with #EEC2C4

Text Example


Text Example

White with #EEC2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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