#ED98FA

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

Shades of Violet #ED98FA

Tints of Violet #ED98FA

Color information

#ED98FA (or 0xED98FA) is unknown color: approx Violet. HEX triplet: ED, 98 and FA. RGB value is (237,152,250). Sum of RGB (Red+Green+Blue) = 237+152+250=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98FA is #126705. Grayscale: #BCBCBC. Windows color (decimal): -1206022 or 16423149. OLE color: 16423149.

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

Color convert

RGB237152250-
CMYK0.050.3900.02
HSL292.04º90.74%78.82%-
HSV(B)292.04º39.2%98.04%-
XYZ63.4147.3696.24-
YUV188.59162.66162.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 152 (59.77% from 255) = 23.79%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=37.09%
G=23.79%
B=39.12%

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
Decimal2371522500.050.3900.02292.0490.7478.82
HexED98FA527021245b4f
Octal35523037254702444133117
Binary11101101100110001111101010110011101010010010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98FA; }

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

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

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

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

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

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

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

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