Html Css Color HEX #EAC9E8 Snuff

📋 copy color: '#EAC9E8'

red 234 ◦ green 201 ◦ blue 232

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

Shades of Snuff #EAC9E8

Tints of Snuff #EAC9E8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.13%

 BLUE value IS 232 (91.02% from 255) = 34.78%

R = 35.08%
G = 30.13%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAC9E8 (or 0xEAC9E8) is known color: Snuff. HEX triplet: EA, C9 and E8. RGB value is (234,201,232). Sum of RGB (Red+Green+Blue) = 234+201+232=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9E8 is #153617. Grayscale: #D6D6D6. Windows color (decimal): -1390104 or 15256042. OLE color: 15256042.

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

Color convert

RGB 234 201 232 -
CMYK 0 0.14 0.01 0.08
HSL 303.64º 0.44% 0.85% -
HSV(B) 303.64º 0.14% 0.92% -
XYZ 69.38 65.09 85.25 -
YUV 214.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 234 201 232 0 0.14 0.01 0.08 303.64 0.44 0.85
Hex EA C9 E8 0 E 1 8 130 2C 55
Octal 352 311 350 0 16 1 10 460 54 125
Binary 11101010 11001001 11101000 0 1110 1 1000 100110000 101100 1010101

Color Harmonies of #EAC9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9E8

Black with #EAC9E8

Text Example


Text Example

White with #EAC9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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