Html Css Color HEX #EAC2FF Mauve

📋 copy color: '#EAC2FF'

red 234 ◦ green 194 ◦ blue 255

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

Shades of Mauve #EAC2FF

Tints of Mauve #EAC2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.34%

R = 34.26%
G = 28.4%
B = 37.34%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAC2FF (or 0xEAC2FF) is known color: Mauve. HEX triplet: EA, C2 and FF. RGB value is (234,194,255). Sum of RGB (Red+Green+Blue) = 234+194+255=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2FF is #153D00. Grayscale: #D4D4D4. Windows color (decimal): -1391873 or 16761578. OLE color: 16761578.

HSL color Cylindrical-coordinate representation of color #EAC2FF: hue angle of 279.34º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAC2FF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 194 255 -
CMYK 0.08 0.24 0 0
HSL 279.34º 1% 0.88% -
HSV(B) 279.34º 0.24% 1% -
XYZ 71.27 63.3 103.07 -
YUV 212.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 234 194 255 0.08 0.24 0 0 279.34 1 0.88
Hex EA C2 FF 8 18 0 0 117 64 58
Octal 352 302 377 10 30 0 0 427 144 130
Binary 11101010 11000010 11111111 1000 11000 0 0 100010111 1100100 1011000

Color Harmonies of #EAC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC2FF

Black with #EAC2FF

Text Example


Text Example

White with #EAC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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