Html Css Color HEX #EAC8FF Mauve

📋 copy color: '#EAC8FF'

red 234 ◦ green 200 ◦ blue 255

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

Shades of Mauve #EAC8FF

Tints of Mauve #EAC8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.03%

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

R = 33.96%
G = 29.03%
B = 37.01%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAC8FF (or 0xEAC8FF) is known color: Mauve. HEX triplet: EA, C8 and FF. RGB value is (234,200,255). Sum of RGB (Red+Green+Blue) = 234+200+255=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8FF is #153700. Grayscale: #D8D8D8. Windows color (decimal): -1390337 or 16763114. OLE color: 16763114.

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

Color convert

RGB 234 200 255 -
CMYK 0.08 0.22 0 0
HSL 277.09º 1% 0.89% -
HSV(B) 277.09º 0.22% 1% -
XYZ 72.64 66.02 103.52 -
YUV 216.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 234 200 255 0.08 0.22 0 0 277.09 1 0.89
Hex EA C8 FF 8 16 0 0 115 64 59
Octal 352 310 377 10 26 0 0 425 144 131
Binary 11101010 11001000 11111111 1000 10110 0 0 100010101 1100100 1011001

Color Harmonies of #EAC8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8FF

Black with #EAC8FF

Text Example


Text Example

White with #EAC8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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