#ED75F9

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

Shades of Violet #ED75F9

Tints of Violet #ED75F9

Color information

#ED75F9 (or 0xED75F9) is unknown color: approx Violet. HEX triplet: ED, 75 and F9. RGB value is (237,117,249). Sum of RGB (Red+Green+Blue) = 237+117+249=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED75F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED75F9 is #128A06. Grayscale: #A7A7A7. Windows color (decimal): -1214983 or 16348653. OLE color: 16348653.

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

Color convert

RGB237117249-
CMYK0.050.5300.02
HSL294.55º91.67%71.76%-
HSV(B)294.55º53.01%97.65%-
XYZ58.3937.5793.8-
YUV167.93173.76177.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 117 (46.09% from 255) = 19.40%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=39.30%
G=19.40%
B=41.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371172490.050.5300.02294.5591.6771.76
HexED75F9535021275c48
Octal35516537156502447134110
Binary1110110111101011111100110111010101010010011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED75F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED75F9; }

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

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

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

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

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

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

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

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