#EAC7C8

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

Shades of Azalea #EAC7C8

Tints of Azalea #EAC7C8

Color information

#EAC7C8 (or 0xEAC7C8) is unknown color: approx Azalea. HEX triplet: EA, C7 and C8. RGB value is (234,199,200). Sum of RGB (Red+Green+Blue) = 234+199+200=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7C8 is #153837. Grayscale: #D1D1D1. Windows color (decimal): -1390648 or 13158378. OLE color: 13158378.

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

Color convert

RGB234199200-
CMYK00.150.150.08
HSL358.29º45.45%84.9%-
HSV(B)358.29º14.96%91.76%-
XYZ64.7862.5163.29-
YUV209.58122.6145.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=36.97%
G=31.44%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419920000.150.150.08358.2945.4584.9
HexEAC7C80FF81662d55
Octal352307310017171054655125
Binary11101010110001111100100001111111110001011001101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7C8; }

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

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

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

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

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

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

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

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