Html Css Color HEX #EF9EFC Mauve

📋 copy color: '#EF9EFC'

red 239 ◦ green 158 ◦ blue 252

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

Shades of Mauve #EF9EFC

Tints of Mauve #EF9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.35%

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

R = 36.83%
G = 24.35%
B = 38.83%

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

#EF9EFC (or 0xEF9EFC) is known color: Mauve. HEX triplet: EF, 9E and FC. RGB value is (239,158,252). Sum of RGB (Red+Green+Blue) = 239+158+252=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFC is #106103. Grayscale: #C0C0C0. Windows color (decimal): -1073412 or 16555759. OLE color: 16555759.

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

Color convert

RGB 239 158 252 -
CMYK 0.05 0.37 0 0.01
HSL 291.7º 0.94% 0.8% -
HSV(B) 291.7º 0.37% 0.99% -
XYZ 65.39 49.83 98.27 -
YUV 192.94 161.34 160.86 -
System Red Green Blue C M Y K H S L
Decimal 239 158 252 0.05 0.37 0 0.01 291.7 0.94 0.8
Hex EF 9E FC 5 25 0 1 124 5E 50
Octal 357 236 374 5 45 0 1 444 136 120
Binary 11101111 10011110 11111100 101 100101 0 1 100100100 1011110 1010000

Color Harmonies of #EF9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9EFC

Black with #EF9EFC

Text Example


Text Example

White with #EF9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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