#ED98F9

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

Shades of Violet #ED98F9

Tints of Violet #ED98F9

Color information

#ED98F9 (or 0xED98F9) is unknown color: approx Violet. HEX triplet: ED, 98 and F9. RGB value is (237,152,249). Sum of RGB (Red+Green+Blue) = 237+152+249=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 152 (59.77% from 255 or 23.82% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED98F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98F9 is #126706. Grayscale: #BCBCBC. Windows color (decimal): -1206023 or 16357613. OLE color: 16357613.

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

Color convert

RGB237152249-
CMYK0.050.3900.02
HSL292.58º88.99%78.63%-
HSV(B)292.58º38.96%97.65%-
XYZ63.2547.395.42-
YUV188.47162.16162.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 152 (59.77% from 255) = 23.82%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=37.15%
G=23.82%
B=39.03%

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
Decimal2371522490.050.3900.02292.5888.9978.63
HexED98F952702125594f
Octal35523037154702445131117
Binary11101101100110001111100110110011101010010010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED98F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED98F9; }

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

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

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

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

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

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

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

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