Html Css Color HEX #EACBCC Azalea

📋 copy color: '#EACBCC'

red 234 ◦ green 203 ◦ blue 204

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

Shades of Azalea #EACBCC

Tints of Azalea #EACBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.67%

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

R = 36.51%
G = 31.67%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EACBCC (or 0xEACBCC) is known color: Azalea. HEX triplet: EA, CB and CC. RGB value is (234,203,204). Sum of RGB (Red+Green+Blue) = 234+203+204=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBCC is #153433. Grayscale: #D4D4D4. Windows color (decimal): -1389620 or 13421546. OLE color: 13421546.

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

Color convert

RGB 234 203 204 -
CMYK 0 0.13 0.13 0.08
HSL 358.06º 0.42% 0.86% -
HSV(B) 358.06º 0.13% 0.92% -
XYZ 66.19 64.56 66.1 -
YUV 212.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 234 203 204 0 0.13 0.13 0.08 358.06 0.42 0.86
Hex EA CB CC 0 D D 8 166 2A 56
Octal 352 313 314 0 15 15 10 546 52 126
Binary 11101010 11001011 11001100 0 1101 1101 1000 101100110 101010 1010110

Color Harmonies of #EACBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACBCC

Black with #EACBCC

Text Example


Text Example

White with #EACBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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