#ED93F9

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

Shades of Violet #ED93F9

Tints of Violet #ED93F9

Color information

#ED93F9 (or 0xED93F9) is unknown color: approx Violet. HEX triplet: ED, 93 and F9. RGB value is (237,147,249). Sum of RGB (Red+Green+Blue) = 237+147+249=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 147 (57.81% from 255 or 23.22% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED93F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93F9 is #126C06. Grayscale: #B9B9B9. Windows color (decimal): -1207303 or 16356333. OLE color: 16356333.

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

Color convert

RGB237147249-
CMYK0.050.4100.02
HSL292.94º89.47%77.65%-
HSV(B)292.94º40.96%97.65%-
XYZ62.4645.7195.15-
YUV185.54163.82164.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 147 (57.81% from 255) = 23.22%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=37.44%
G=23.22%
B=39.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371472490.050.4100.02292.9489.4777.65
HexED93F952902125594e
Octal35522337155102445131116
Binary11101101100100111111100110110100101010010010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93F9; }

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

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

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

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

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

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

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

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