Html Css Color HEX #EA9CFC Mauve

📋 copy color: '#EA9CFC'

red 234 ◦ green 156 ◦ blue 252

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

Shades of Mauve #EA9CFC

Tints of Mauve #EA9CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.3%

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

R = 36.45%
G = 24.3%
B = 39.25%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA9CFC (or 0xEA9CFC) is known color: Mauve. HEX triplet: EA, 9C and FC. RGB value is (234,156,252). Sum of RGB (Red+Green+Blue) = 234+156+252=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 156 (61.33% from 255 or 24.30% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA9CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CFC is #156303. Grayscale: #BDBDBD. Windows color (decimal): -1401604 or 16555242. OLE color: 16555242.

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

Color convert

RGB 234 156 252 -
CMYK 0.07 0.38 0 0.01
HSL 288.75º 0.94% 0.8% -
HSV(B) 288.75º 0.38% 0.99% -
XYZ 63.39 48.3 98.08 -
YUV 190.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 234 156 252 0.07 0.38 0 0.01 288.75 0.94 0.8
Hex EA 9C FC 7 26 0 1 121 5E 50
Octal 352 234 374 7 46 0 1 441 136 120
Binary 11101010 10011100 11111100 111 100110 0 1 100100001 1011110 1010000

Color Harmonies of #EA9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9CFC

Black with #EA9CFC

Text Example


Text Example

White with #EA9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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