Html Css Color HEX #EAC2ED Snuff

📋 copy color: '#EAC2ED'

red 234 ◦ green 194 ◦ blue 237

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

Shades of Snuff #EAC2ED

Tints of Snuff #EAC2ED

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.17%

 BLUE value IS 237 (92.97% from 255) = 35.64%

R = 35.19%
G = 29.17%
B = 35.64%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAC2ED (or 0xEAC2ED) is known color: Snuff. HEX triplet: EA, C2 and ED. RGB value is (234,194,237). Sum of RGB (Red+Green+Blue) = 234+194+237=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2ED is #153D12. Grayscale: #D2D2D2. Windows color (decimal): -1391891 or 15581930. OLE color: 15581930.

HSL color Cylindrical-coordinate representation of color #EAC2ED: hue angle of 295.81º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC2ED is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 194 237 -
CMYK 0.01 0.18 0 0.07
HSL 295.81º 0.54% 0.85% -
HSV(B) 295.81º 0.18% 0.93% -
XYZ 68.51 62.19 88.51 -
YUV 210.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 234 194 237 0.01 0.18 0 0.07 295.81 0.54 0.85
Hex EA C2 ED 1 12 0 7 128 36 55
Octal 352 302 355 1 22 0 7 450 66 125
Binary 11101010 11000010 11101101 1 10010 0 111 100101000 110110 1010101

Color Harmonies of #EAC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2ED

Black with #EAC2ED

Text Example


Text Example

White with #EAC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2ED; }

 p { color: rgb(234,194,237); }

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

background-color css

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

 a { background-color: rgb(234,194,237); }

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

border-color css

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

 span { border-color: rgb(234,194,237); }

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