Html Css Color HEX #EACACC Azalea

📋 copy color: '#EACACC'

red 234 ◦ green 202 ◦ blue 204

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

Shades of Azalea #EACACC

Tints of Azalea #EACACC

RGB

 RED value IS 234 (91.8% from 255) = 36.56%

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

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 36.56%
G = 31.56%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EACACC (or 0xEACACC) is known color: Azalea. HEX triplet: EA, CA and CC. RGB value is (234,202,204). Sum of RGB (Red+Green+Blue) = 234+202+204=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EACACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACACC is #153533. Grayscale: #D3D3D3. Windows color (decimal): -1389876 or 13421290. OLE color: 13421290.

HSL color Cylindrical-coordinate representation of color #EACACC: hue angle of 356.25º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACACC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 204 -
CMYK 0 0.14 0.13 0.08
HSL 356.25º 0.43% 0.85% -
HSV(B) 356.25º 0.14% 0.92% -
XYZ 65.95 64.09 66.02 -
YUV 211.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 234 202 204 0 0.14 0.13 0.08 356.25 0.43 0.85
Hex EA CA CC 0 E D 8 164 2B 55
Octal 352 312 314 0 16 15 10 544 53 125
Binary 11101010 11001010 11001100 0 1110 1101 1000 101100100 101011 1010101

Color Harmonies of #EACACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACACC

Black with #EACACC

Text Example


Text Example

White with #EACACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACACC; }

 p { color: rgb(234,202,204); }

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

background-color css

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

 a { background-color: rgb(234,202,204); }

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

border-color css

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

 span { border-color: rgb(234,202,204); }

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