Html Css Color HEX #EB9FFE Mauve

📋 copy color: '#EB9FFE'

red 235 ◦ green 159 ◦ blue 254

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

Shades of Mauve #EB9FFE

Tints of Mauve #EB9FFE

RGB

 RED value IS 235 (92.19% from 255) = 36.27%

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

 BLUE value IS 254 (99.61% from 255) = 39.2%

R = 36.27%
G = 24.54%
B = 39.2%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB9FFE (or 0xEB9FFE) is known color: Mauve. HEX triplet: EB, 9F and FE. RGB value is (235,159,254). Sum of RGB (Red+Green+Blue) = 235+159+254=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FFE is #146001. Grayscale: #C0C0C0. Windows color (decimal): -1335298 or 16687083. OLE color: 16687083.

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

Color convert

RGB 235 159 254 -
CMYK 0.07 0.37 0 0.00
HSL 288º 0.98% 0.81% -
HSV(B) 288º 0.37% 1% -
XYZ 64.55 49.61 99.94 -
YUV 192.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 235 159 254 0.07 0.37 0 0.00 288 0.98 0.81
Hex EB 9F FE 7 25 0 0 120 62 51
Octal 353 237 376 7 45 0 0 440 142 121
Binary 11101011 10011111 11111110 111 100101 0 0 100100000 1100010 1010001

Color Harmonies of #EB9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9FFE

Black with #EB9FFE

Text Example


Text Example

White with #EB9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9FFE; }

 p { color: rgb(235,159,254); }

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

background-color css

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

 a { background-color: rgb(235,159,254); }

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

border-color css

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

 span { border-color: rgb(235,159,254); }

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