Html Css Color HEX #EF9BFF Mauve

📋 copy color: '#EF9BFF'

red 239 ◦ green 155 ◦ blue 255

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

Shades of Mauve #EF9BFF

Tints of Mauve #EF9BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.88%

 BLUE value IS 255 (100% from 255) = 39.29%

R = 36.83%
G = 23.88%
B = 39.29%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF9BFF (or 0xEF9BFF) is known color: Mauve. HEX triplet: EF, 9B and FF. RGB value is (239,155,255). Sum of RGB (Red+Green+Blue) = 239+155+255=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BFF is #106400. Grayscale: #BFBFBF. Windows color (decimal): -1074177 or 16751599. OLE color: 16751599.

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

Color convert

RGB 239 155 255 -
CMYK 0.06 0.39 0 0
HSL 290.4º 1% 0.8% -
HSV(B) 290.4º 0.39% 1% -
XYZ 65.37 49.01 100.62 -
YUV 191.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 239 155 255 0.06 0.39 0 0 290.4 1 0.8
Hex EF 9B FF 6 27 0 0 122 64 50
Octal 357 233 377 6 47 0 0 442 144 120
Binary 11101111 10011011 11111111 110 100111 0 0 100100010 1100100 1010000

Color Harmonies of #EF9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9BFF

Black with #EF9BFF

Text Example


Text Example

White with #EF9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9BFF; }

 p { color: rgb(239,155,255); }

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

background-color css

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

 a { background-color: rgb(239,155,255); }

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

border-color css

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

 span { border-color: rgb(239,155,255); }

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