Html Css Color HEX #E8B4CA Chantilly

📋 copy color: '#E8B4CA'

red 232 ◦ green 180 ◦ blue 202

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

Shades of Chantilly #E8B4CA

Tints of Chantilly #E8B4CA

RGB

 RED value IS 232 (91.02% from 255) = 37.79%

 GREEN value IS 180 (70.7% from 255) = 29.32%

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 37.79%
G = 29.32%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E8B4CA (or 0xE8B4CA) is known color: Chantilly. HEX triplet: E8, B4 and CA. RGB value is (232,180,202). Sum of RGB (Red+Green+Blue) = 232+180+202=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4CA is #174B35. Grayscale: #C6C6C6. Windows color (decimal): -1526582 or 13284584. OLE color: 13284584.

HSL color Cylindrical-coordinate representation of color #E8B4CA: hue angle of 334.62º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4CA is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 180 202 -
CMYK 0 0.22 0.13 0.09
HSL 334.62º 0.53% 0.81% -
HSV(B) 334.62º 0.22% 0.91% -
XYZ 60.26 54.06 63.14 -
YUV 198.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 232 180 202 0 0.22 0.13 0.09 334.62 0.53 0.81
Hex E8 B4 CA 0 16 D 9 14F 35 51
Octal 350 264 312 0 26 15 11 517 65 121
Binary 11101000 10110100 11001010 0 10110 1101 1001 101001111 110101 1010001

Color Harmonies of #E8B4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B4CA

Black with #E8B4CA

Text Example


Text Example

White with #E8B4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B4CA; }

 p { color: rgb(232,180,202); }

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

background-color css

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

 a { background-color: rgb(232,180,202); }

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

border-color css

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

 span { border-color: rgb(232,180,202); }

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