Html Css Color HEX #EAB2C9 Chantilly

📋 copy color: '#EAB2C9'

red 234 ◦ green 178 ◦ blue 201

#EAB2C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chantilly #EAB2C9

Tints of Chantilly #EAB2C9

RGB

 RED value IS 234 (91.8% from 255) = 38.17%

 GREEN value IS 178 (69.92% from 255) = 29.04%

 BLUE value IS 201 (78.91% from 255) = 32.79%

R = 38.17%
G = 29.04%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAB2C9 (or 0xEAB2C9) is known color: Chantilly. HEX triplet: EA, B2 and C9. RGB value is (234,178,201). Sum of RGB (Red+Green+Blue) = 234+178+201=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2C9 is #154D36. Grayscale: #C5C5C5. Windows color (decimal): -1396023 or 13218538. OLE color: 13218538.

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

Color convert

RGB 234 178 201 -
CMYK 0 0.24 0.14 0.08
HSL 335.36º 0.57% 0.81% -
HSV(B) 335.36º 0.24% 0.92% -
XYZ 60.39 53.55 62.41 -
YUV 197.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 234 178 201 0 0.24 0.14 0.08 335.36 0.57 0.81
Hex EA B2 C9 0 18 E 8 14F 39 51
Octal 352 262 311 0 30 16 10 517 71 121
Binary 11101010 10110010 11001001 0 11000 1110 1000 101001111 111001 1010001

Color Harmonies of #EAB2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2C9

Black with #EAB2C9

Text Example


Text Example

White with #EAB2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2C9; }

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

 H1.HeaderClassName
 {
   color: #EAB2C9;
 }
 .AnyTagClassName
 {
   color: #EAB2C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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