#EAC0CA

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

Shades of Chantilly #EAC0CA

Tints of Chantilly #EAC0CA

Color information

#EAC0CA (or 0xEAC0CA) is unknown color: approx Chantilly. HEX triplet: EA, C0 and CA. RGB value is (234,192,202). Sum of RGB (Red+Green+Blue) = 234+192+202=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0CA is #153F35. Grayscale: #CDCDCD. Windows color (decimal): -1392438 or 13287658. OLE color: 13287658.

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

Color convert

RGB234192202-
CMYK00.180.140.08
HSL345.71º50%83.53%-
HSV(B)345.71º17.95%91.76%-
XYZ63.4459.4664.01-
YUV205.7125.91148.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 202 (79.30% from 255) = 32.17%
R=37.26%
G=30.57%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419220200.180.140.08345.715083.53
HexEAC0CA012E815a3254
Octal352300312022161053262124
Binary111010101100000011001010010010111010001010110101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0CA; }

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

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

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

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

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

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

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

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