Html Css Color HEX #EF9DFE Mauve

📋 copy color: '#EF9DFE'

red 239 ◦ green 157 ◦ blue 254

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

Shades of Mauve #EF9DFE

Tints of Mauve #EF9DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.15%

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

R = 36.77%
G = 24.15%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF9DFE (or 0xEF9DFE) is known color: Mauve. HEX triplet: EF, 9D and FE. RGB value is (239,157,254). Sum of RGB (Red+Green+Blue) = 239+157+254=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DFE is #106201. Grayscale: #C0C0C0. Windows color (decimal): -1073666 or 16686575. OLE color: 16686575.

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

Color convert

RGB 239 157 254 -
CMYK 0.06 0.38 0 0.00
HSL 290.72º 0.98% 0.81% -
HSV(B) 290.72º 0.38% 1% -
XYZ 65.54 49.62 99.89 -
YUV 192.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 239 157 254 0.06 0.38 0 0.00 290.72 0.98 0.81
Hex EF 9D FE 6 26 0 0 123 62 51
Octal 357 235 376 6 46 0 0 443 142 121
Binary 11101111 10011101 11111110 110 100110 0 0 100100011 1100010 1010001

Color Harmonies of #EF9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9DFE

Black with #EF9DFE

Text Example


Text Example

White with #EF9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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