#EAC8CA

Color #EAC8CA Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EAC8CA

Tints of Azalea #EAC8CA

Color information

#EAC8CA (or 0xEAC8CA) is unknown color: approx Azalea. HEX triplet: EA, C8 and CA. RGB value is (234,200,202). Sum of RGB (Red+Green+Blue) = 234+200+202=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8CA is #153735. Grayscale: #D2D2D2. Windows color (decimal): -1390390 or 13289706. OLE color: 13289706.

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

Color convert

RGB234200202-
CMYK00.150.140.08
HSL356.47º44.74%85.1%-
HSV(B)356.47º14.53%91.76%-
XYZ65.2563.0764.61-
YUV210.39123.26144.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=36.79%
G=31.45%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420020200.150.140.08356.4744.7485.1
HexEAC8CA0FE81642d55
Octal352310312017161054455125
Binary11101010110010001100101001111111010001011001001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8CA; }

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

 H1.HeaderClassName
 {
   color: #EAC8CA;
 }
 .AnyTagClassName
 {
   color: #EAC8CA;
 }
</style>
background-color css

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

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

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

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

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

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