#EF99FB

Color #EF99FB Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EF99FB

Tints of Violet #EF99FB

Color information

#EF99FB (or 0xEF99FB) is unknown color: approx Violet. HEX triplet: EF, 99 and FB. RGB value is (239,153,251). Sum of RGB (Red+Green+Blue) = 239+153+251=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF99FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF99FB is #106604. Grayscale: #BDBDBD. Windows color (decimal): -1074693 or 16488943. OLE color: 16488943.

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

Color convert

RGB239153251-
CMYK0.050.3900.02
HSL292.65º92.45%79.22%-
HSV(B)292.65º39.04%98.43%-
XYZ64.448.197.16-
YUV189.89162.49163.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 153 (60.16% from 255) = 23.79%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=37.17%
G=23.79%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391532510.050.3900.02292.6592.4579.22
HexEF99FB527021255c4f
Octal35723137354702445134117
Binary11101111100110011111101110110011101010010010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF99FB; }

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

 H1.HeaderClassName
 {
   color: #EF99FB;
 }
 .AnyTagClassName
 {
   color: #EF99FB;
 }
</style>
background-color css

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

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

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

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

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

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