#EF98FA

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

Shades of Violet #EF98FA

Tints of Violet #EF98FA

Color information

#EF98FA (or 0xEF98FA) is unknown color: approx Violet. HEX triplet: EF, 98 and FA. RGB value is (239,152,250). Sum of RGB (Red+Green+Blue) = 239+152+250=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 152 (59.77% from 255 or 23.71% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF98FA is #106705. Grayscale: #BCBCBC. Windows color (decimal): -1074950 or 16423151. OLE color: 16423151.

HSL color Cylindrical-coordinate representation of color #EF98FA: hue angle of 293.27º degrees, saturation: 0.91, 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 #EF98FA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239152250-
CMYK0.040.3900.02
HSL293.27º90.74%78.82%-
HSV(B)293.27º39.2%98.04%-
XYZ64.0847.7196.27-
YUV189.18162.32163.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 152 (59.77% from 255) = 23.71%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=37.29%
G=23.71%
B=39.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391522500.040.3900.02293.2790.7478.82
HexEF98FA427021255b4f
Octal35723037244702445133117
Binary11101111100110001111101010010011101010010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF98FA; }

 p { color: rgb(239,152,250); }

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

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

 a { background-color: rgb(239,152,250); }

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

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

 span { border-color: rgb(239,152,250); }

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