Html Css Color HEX #E9AFC0 Chantilly

📋 copy color: '#E9AFC0'

red 233 ◦ green 175 ◦ blue 192

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

Shades of Chantilly #E9AFC0

Tints of Chantilly #E9AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.17%

 BLUE value IS 192 (75.39% from 255) = 32%

R = 38.83%
G = 29.17%
B = 32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9AFC0 (or 0xE9AFC0) is known color: Chantilly. HEX triplet: E9, AF and C0. RGB value is (233,175,192). Sum of RGB (Red+Green+Blue) = 233+175+192=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFC0 is #16503F. Grayscale: #C2C2C2. Windows color (decimal): -1462336 or 12627945. OLE color: 12627945.

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

Color convert

RGB 233 175 192 -
CMYK 0 0.25 0.18 0.09
HSL 342.41º 0.57% 0.8% -
HSV(B) 342.41º 0.25% 0.91% -
XYZ 58.45 51.79 56.78 -
YUV 194.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 233 175 192 0 0.25 0.18 0.09 342.41 0.57 0.8
Hex E9 AF C0 0 19 12 9 156 39 50
Octal 351 257 300 0 31 22 11 526 71 120
Binary 11101001 10101111 11000000 0 11001 10010 1001 101010110 111001 1010000

Color Harmonies of #E9AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFC0

Black with #E9AFC0

Text Example


Text Example

White with #E9AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFC0; }

 p { color: rgb(233,175,192); }

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

background-color css

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

 a { background-color: rgb(233,175,192); }

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

border-color css

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

 span { border-color: rgb(233,175,192); }

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