#EAB2CA

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

Shades of Chantilly #EAB2CA

Tints of Chantilly #EAB2CA

Color information

#EAB2CA (or 0xEAB2CA) is unknown color: approx Chantilly. HEX triplet: EA, B2 and CA. RGB value is (234,178,202). Sum of RGB (Red+Green+Blue) = 234+178+202=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2CA is #154D35. Grayscale: #C5C5C5. Windows color (decimal): -1396022 or 13284074. OLE color: 13284074.

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

Color convert

RGB234178202-
CMYK00.240.140.08
HSL334.29º57.14%80.78%-
HSV(B)334.29º23.93%91.76%-
XYZ60.5153.663.03-
YUV197.48130.55154.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=38.11%
G=28.99%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417820200.240.140.08334.2957.1480.78
HexEAB2CA018E814e3951
Octal352262312030161051671121
Binary111010101011001011001010011000111010001010011101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2CA; }

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

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

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

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

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

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

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

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