Html Css Color HEX #EAC3FF Mauve

📋 copy color: '#EAC3FF'

red 234 ◦ green 195 ◦ blue 255

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

Shades of Mauve #EAC3FF

Tints of Mauve #EAC3FF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.51%

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

R = 34.21%
G = 28.51%
B = 37.28%

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

#EAC3FF (or 0xEAC3FF) is known color: Mauve. HEX triplet: EA, C3 and FF. RGB value is (234,195,255). Sum of RGB (Red+Green+Blue) = 234+195+255=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3FF is #153C00. Grayscale: #D5D5D5. Windows color (decimal): -1391617 or 16761834. OLE color: 16761834.

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

Color convert

RGB 234 195 255 -
CMYK 0.08 0.24 0 0
HSL 279º 1% 0.88% -
HSV(B) 279º 0.24% 1% -
XYZ 71.5 63.74 103.14 -
YUV 213.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 234 195 255 0.08 0.24 0 0 279 1 0.88
Hex EA C3 FF 8 18 0 0 117 64 58
Octal 352 303 377 10 30 0 0 427 144 130
Binary 11101010 11000011 11111111 1000 11000 0 0 100010111 1100100 1011000

Color Harmonies of #EAC3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC3FF

Black with #EAC3FF

Text Example


Text Example

White with #EAC3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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