Html Css Color HEX #EF9EFB Mauve

📋 copy color: '#EF9EFB'

red 239 ◦ green 158 ◦ blue 251

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

Shades of Mauve #EF9EFB

Tints of Mauve #EF9EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.73%

R = 36.88%
G = 24.38%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF9EFB (or 0xEF9EFB) is known color: Mauve. HEX triplet: EF, 9E and FB. RGB value is (239,158,251). Sum of RGB (Red+Green+Blue) = 239+158+251=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF9EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFB is #106104. Grayscale: #C0C0C0. Windows color (decimal): -1073413 or 16490223. OLE color: 16490223.

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

Color convert

RGB 239 158 251 -
CMYK 0.05 0.37 0 0.02
HSL 292.26º 0.92% 0.8% -
HSV(B) 292.26º 0.37% 0.98% -
XYZ 65.24 49.77 97.43 -
YUV 192.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 239 158 251 0.05 0.37 0 0.02 292.26 0.92 0.8
Hex EF 9E FB 5 25 0 2 124 5C 50
Octal 357 236 373 5 45 0 2 444 134 120
Binary 11101111 10011110 11111011 101 100101 0 10 100100100 1011100 1010000

Color Harmonies of #EF9EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9EFB

Black with #EF9EFB

Text Example


Text Example

White with #EF9EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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