Html Css Color HEX #E9B1CA Chantilly

📋 copy color: '#E9B1CA'

red 233 ◦ green 177 ◦ blue 202

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

Shades of Chantilly #E9B1CA

Tints of Chantilly #E9B1CA

RGB

 RED value IS 233 (91.41% from 255) = 38.07%

 GREEN value IS 177 (69.53% from 255) = 28.92%

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

R = 38.07%
G = 28.92%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9B1CA (or 0xE9B1CA) is known color: Chantilly. HEX triplet: E9, B1 and CA. RGB value is (233,177,202). Sum of RGB (Red+Green+Blue) = 233+177+202=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1CA is #164E35. Grayscale: #C4C4C4. Windows color (decimal): -1461814 or 13283817. OLE color: 13283817.

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

Color convert

RGB 233 177 202 -
CMYK 0 0.24 0.13 0.09
HSL 333.21º 0.56% 0.8% -
HSV(B) 333.21º 0.24% 0.91% -
XYZ 59.99 53.03 62.95 -
YUV 196.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 233 177 202 0 0.24 0.13 0.09 333.21 0.56 0.8
Hex E9 B1 CA 0 18 D 9 14D 38 50
Octal 351 261 312 0 30 15 11 515 70 120
Binary 11101001 10110001 11001010 0 11000 1101 1001 101001101 111000 1010000

Color Harmonies of #E9B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B1CA

Black with #E9B1CA

Text Example


Text Example

White with #E9B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B1CA; }

 p { color: rgb(233,177,202); }

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

background-color css

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

 a { background-color: rgb(233,177,202); }

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

border-color css

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

 span { border-color: rgb(233,177,202); }

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