Html Css Color HEX #EF9FFE Mauve

📋 copy color: '#EF9FFE'

red 239 ◦ green 159 ◦ blue 254

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

Shades of Mauve #EF9FFE

Tints of Mauve #EF9FFE

RGB

 RED value IS 239 (93.75% from 255) = 36.66%

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

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

R = 36.66%
G = 24.39%
B = 38.96%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF9FFE (or 0xEF9FFE) is known color: Mauve. HEX triplet: EF, 9F and FE. RGB value is (239,159,254). Sum of RGB (Red+Green+Blue) = 239+159+254=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 159 (62.5% from 255 or 24.39% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FFE is #106001. Grayscale: #C1C1C1. Windows color (decimal): -1073154 or 16687087. OLE color: 16687087.

HSL color Cylindrical-coordinate representation of color #EF9FFE: hue angle of 290.53º 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 #EF9FFE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 159 254 -
CMYK 0.06 0.37 0 0.00
HSL 290.53º 0.98% 0.81% -
HSV(B) 290.53º 0.37% 1% -
XYZ 65.88 50.3 100 -
YUV 193.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 239 159 254 0.06 0.37 0 0.00 290.53 0.98 0.81
Hex EF 9F FE 6 25 0 0 123 62 51
Octal 357 237 376 6 45 0 0 443 142 121
Binary 11101111 10011111 11111110 110 100101 0 0 100100011 1100010 1010001

Color Harmonies of #EF9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FFE

Black with #EF9FFE

Text Example


Text Example

White with #EF9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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