Html Css Color HEX #EAC0FD Mauve

📋 copy color: '#EAC0FD'

red 234 ◦ green 192 ◦ blue 253

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

Shades of Mauve #EAC0FD

Tints of Mauve #EAC0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.28%

 BLUE value IS 253 (99.22% from 255) = 37.26%

R = 34.46%
G = 28.28%
B = 37.26%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAC0FD (or 0xEAC0FD) is known color: Mauve. HEX triplet: EA, C0 and FD. RGB value is (234,192,253). Sum of RGB (Red+Green+Blue) = 234+192+253=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FD is #153F02. Grayscale: #D3D3D3. Windows color (decimal): -1392387 or 16629994. OLE color: 16629994.

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

Color convert

RGB 234 192 253 -
CMYK 0.08 0.24 0 0.01
HSL 281.31º 0.94% 0.87% -
HSV(B) 281.31º 0.24% 0.99% -
XYZ 70.51 62.28 101.23 -
YUV 211.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 234 192 253 0.08 0.24 0 0.01 281.31 0.94 0.87
Hex EA C0 FD 8 18 0 1 119 5E 57
Octal 352 300 375 10 30 0 1 431 136 127
Binary 11101010 11000000 11111101 1000 11000 0 1 100011001 1011110 1010111

Color Harmonies of #EAC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0FD

Black with #EAC0FD

Text Example


Text Example

White with #EAC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0FD; }

 p { color: rgb(234,192,253); }

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

background-color css

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

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

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

border-color css

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

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

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