Html Css Color HEX #EEC8CA Azalea

📋 copy color: '#EEC8CA'

red 238 ◦ green 200 ◦ blue 202

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

Shades of Azalea #EEC8CA

Tints of Azalea #EEC8CA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 37.19%
G = 31.25%
B = 31.56%

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

#EEC8CA (or 0xEEC8CA) is known color: Azalea. HEX triplet: EE, C8 and CA. RGB value is (238,200,202). Sum of RGB (Red+Green+Blue) = 238+200+202=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8CA is #113735. Grayscale: #D3D3D3. Windows color (decimal): -1128246 or 13289710. OLE color: 13289710.

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

Color convert

RGB 238 200 202 -
CMYK 0 0.16 0.15 0.07
HSL 356.84º 0.53% 0.86% -
HSV(B) 356.84º 0.16% 0.93% -
XYZ 66.57 63.75 64.67 -
YUV 211.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 238 200 202 0 0.16 0.15 0.07 356.84 0.53 0.86
Hex EE C8 CA 0 10 F 7 165 35 56
Octal 356 310 312 0 20 17 7 545 65 126
Binary 11101110 11001000 11001010 0 10000 1111 111 101100101 110101 1010110

Color Harmonies of #EEC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8CA

Black with #EEC8CA

Text Example


Text Example

White with #EEC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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