Html Css Color HEX #EF9FFC Mauve

📋 copy color: '#EF9FFC'

red 239 ◦ green 159 ◦ blue 252

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

Shades of Mauve #EF9FFC

Tints of Mauve #EF9FFC

RGB

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

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

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

R = 36.77%
G = 24.46%
B = 38.77%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF9FFC (or 0xEF9FFC) is known color: Mauve. HEX triplet: EF, 9F and FC. RGB value is (239,159,252). Sum of RGB (Red+Green+Blue) = 239+159+252=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 159 (62.5% from 255 or 24.46% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FFC is #106003. Grayscale: #C1C1C1. Windows color (decimal): -1073156 or 16556015. OLE color: 16556015.

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

Color convert

RGB 239 159 252 -
CMYK 0.05 0.37 0 0.01
HSL 291.61º 0.94% 0.81% -
HSV(B) 291.61º 0.37% 0.99% -
XYZ 65.57 50.18 98.32 -
YUV 193.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 239 159 252 0.05 0.37 0 0.01 291.61 0.94 0.81
Hex EF 9F FC 5 25 0 1 124 5E 51
Octal 357 237 374 5 45 0 1 444 136 121
Binary 11101111 10011111 11111100 101 100101 0 1 100100100 1011110 1010001

Color Harmonies of #EF9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9FFC

Black with #EF9FFC

Text Example


Text Example

White with #EF9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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