Html Css Color HEX #EA9EFC Mauve

📋 copy color: '#EA9EFC'

red 234 ◦ green 158 ◦ blue 252

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

Shades of Mauve #EA9EFC

Tints of Mauve #EA9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.53%

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 36.34%
G = 24.53%
B = 39.13%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA9EFC (or 0xEA9EFC) is known color: Mauve. HEX triplet: EA, 9E and FC. RGB value is (234,158,252). Sum of RGB (Red+Green+Blue) = 234+158+252=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EFC is #156103. Grayscale: #BFBFBF. Windows color (decimal): -1401092 or 16555754. OLE color: 16555754.

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

Color convert

RGB 234 158 252 -
CMYK 0.07 0.37 0 0.01
HSL 288.51º 0.94% 0.8% -
HSV(B) 288.51º 0.37% 0.99% -
XYZ 63.73 48.97 98.19 -
YUV 191.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 234 158 252 0.07 0.37 0 0.01 288.51 0.94 0.8
Hex EA 9E FC 7 25 0 1 121 5E 50
Octal 352 236 374 7 45 0 1 441 136 120
Binary 11101010 10011110 11111100 111 100101 0 1 100100001 1011110 1010000

Color Harmonies of #EA9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9EFC

Black with #EA9EFC

Text Example


Text Example

White with #EA9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9EFC; }

 p { color: rgb(234,158,252); }

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

background-color css

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

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

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

border-color css

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

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

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