#EAC3C8

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

Shades of Azalea #EAC3C8

Tints of Azalea #EAC3C8

Color information

#EAC3C8 (or 0xEAC3C8) is unknown color: approx Azalea. HEX triplet: EA, C3 and C8. RGB value is (234,195,200). Sum of RGB (Red+Green+Blue) = 234+195+200=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3C8 is #153C37. Grayscale: #CFCFCF. Windows color (decimal): -1391672 or 13157354. OLE color: 13157354.

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

Color convert

RGB234195200-
CMYK00.170.150.08
HSL352.31º48.15%84.12%-
HSV(B)352.31º16.67%91.76%-
XYZ63.8760.6962.99-
YUV207.23123.92147.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=37.20%
G=31.00%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419520000.170.150.08352.3148.1584.12
HexEAC3C8011F81603054
Octal352303310021171054060124
Binary111010101100001111001000010001111110001011000001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3C8; }

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

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

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

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

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

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

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

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