Html Css Color HEX #EAC9E5 Snuff

📋 copy color: '#EAC9E5'

red 234 ◦ green 201 ◦ blue 229

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

Shades of Snuff #EAC9E5

Tints of Snuff #EAC9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.49%

R = 35.24%
G = 30.27%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAC9E5 (or 0xEAC9E5) is known color: Snuff. HEX triplet: EA, C9 and E5. RGB value is (234,201,229). Sum of RGB (Red+Green+Blue) = 234+201+229=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E5 is #15361A. Grayscale: #D5D5D5. Windows color (decimal): -1390107 or 15059434. OLE color: 15059434.

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

Color convert

RGB 234 201 229 -
CMYK 0 0.14 0.02 0.08
HSL 309.09º 0.44% 0.85% -
HSV(B) 309.09º 0.14% 0.92% -
XYZ 68.96 64.92 83.03 -
YUV 214.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 234 201 229 0 0.14 0.02 0.08 309.09 0.44 0.85
Hex EA C9 E5 0 E 2 8 135 2C 55
Octal 352 311 345 0 16 2 10 465 54 125
Binary 11101010 11001001 11100101 0 1110 10 1000 100110101 101100 1010101

Color Harmonies of #EAC9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9E5

Black with #EAC9E5

Text Example


Text Example

White with #EAC9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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