#ED70EF

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

Shades of Violet #ED70EF

Tints of Violet #ED70EF

Color information

#ED70EF (or 0xED70EF) is unknown color: approx Violet. HEX triplet: ED, 70 and EF. RGB value is (237,112,239). Sum of RGB (Red+Green+Blue) = 237+112+239=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED70EF is #128F10. Grayscale: #A3A3A3. Windows color (decimal): -1216273 or 15692013. OLE color: 15692013.

HSL color Cylindrical-coordinate representation of color #ED70EF: hue angle of 299.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED70EF is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237112239-
CMYK0.010.5300.06
HSL299.06º79.87%68.82%-
HSV(B)299.06º53.14%93.73%-
XYZ56.335.8285.61-
YUV163.85170.41180.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 112 (44.14% from 255) = 19.05%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=40.31%
G=19.05%
B=40.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371122390.010.5300.06299.0679.8768.82
HexED70EF1350612b5045
Octal35516035716506453120105
Binary111011011110000111011111110101011010010101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED70EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED70EF; }

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

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

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

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

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

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

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

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