#ED70F5

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

Shades of Violet #ED70F5

Tints of Violet #ED70F5

Color information

#ED70F5 (or 0xED70F5) is unknown color: approx Violet. HEX triplet: ED, 70 and F5. RGB value is (237,112,245). Sum of RGB (Red+Green+Blue) = 237+112+245=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 245 - color contains mainly: blue. Hex color #ED70F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70F5 is #128F0A. Grayscale: #A4A4A4. Windows color (decimal): -1216267 or 16085229. OLE color: 16085229.

HSL color Cylindrical-coordinate representation of color #ED70F5: hue angle of 296.39º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED70F5 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237112245-
CMYK0.030.5400.04
HSL296.39º86.93%70%-
HSV(B)296.39º54.29%96.08%-
XYZ57.236.1990.36-
YUV164.54173.41179.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 112 (44.14% from 255) = 18.86%
BLUE value IS 245 (96.09% from 255) = 41.25%
R=39.90%
G=18.86%
B=41.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371122450.030.5400.04296.3986.9370
HexED70F5336041285746
Octal35516036536604450127106
Binary1110110111100001111010111110110010010010100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70F5; }

 p { color: rgb(237,112,245); }

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

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

 a { background-color: rgb(237,112,245); }

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

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

 span { border-color: rgb(237,112,245); }

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