Html Css Color HEX #EAC2EA Snuff

📋 copy color: '#EAC2EA'

red 234 ◦ green 194 ◦ blue 234

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

Shades of Snuff #EAC2EA

Tints of Snuff #EAC2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 35.35%
G = 29.31%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAC2EA (or 0xEAC2EA) is known color: Snuff. HEX triplet: EA, C2 and EA. RGB value is (234,194,234). Sum of RGB (Red+Green+Blue) = 234+194+234=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2EA is #153D15. Grayscale: #D2D2D2. Windows color (decimal): -1391894 or 15385322. OLE color: 15385322.

HSL color Cylindrical-coordinate representation of color #EAC2EA: hue angle of 300º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC2EA is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 234 -
CMYK 0 0.17 0 0.08
HSL 300º 0.49% 0.84% -
HSV(B) 300º 0.17% 0.92% -
XYZ 68.07 62.02 86.22 -
YUV 210.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 234 194 234 0 0.17 0 0.08 300 0.49 0.84
Hex EA C2 EA 0 11 0 8 12C 31 54
Octal 352 302 352 0 21 0 10 454 61 124
Binary 11101010 11000010 11101010 0 10001 0 1000 100101100 110001 1010100

Color Harmonies of #EAC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2EA

Black with #EAC2EA

Text Example


Text Example

White with #EAC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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