Html Css Color HEX #EA9FFB Mauve

📋 copy color: '#EA9FFB'

red 234 ◦ green 159 ◦ blue 251

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

Shades of Mauve #EA9FFB

Tints of Mauve #EA9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.69%

 BLUE value IS 251 (98.44% from 255) = 38.98%

R = 36.34%
G = 24.69%
B = 38.98%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA9FFB (or 0xEA9FFB) is known color: Mauve. HEX triplet: EA, 9F and FB. RGB value is (234,159,251). Sum of RGB (Red+Green+Blue) = 234+159+251=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 159 (62.5% from 255 or 24.69% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA9FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FFB is #156004. Grayscale: #BFBFBF. Windows color (decimal): -1400837 or 16490474. OLE color: 16490474.

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

Color convert

RGB 234 159 251 -
CMYK 0.07 0.37 0 0.02
HSL 288.91º 0.92% 0.8% -
HSV(B) 288.91º 0.37% 0.98% -
XYZ 63.74 49.25 97.41 -
YUV 191.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 234 159 251 0.07 0.37 0 0.02 288.91 0.92 0.8
Hex EA 9F FB 7 25 0 2 121 5C 50
Octal 352 237 373 7 45 0 2 441 134 120
Binary 11101010 10011111 11111011 111 100101 0 10 100100001 1011100 1010000

Color Harmonies of #EA9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9FFB

Black with #EA9FFB

Text Example


Text Example

White with #EA9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9FFB; }

 p { color: rgb(234,159,251); }

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

background-color css

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

 a { background-color: rgb(234,159,251); }

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

border-color css

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

 span { border-color: rgb(234,159,251); }

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