#ED7DE9

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

Shades of Violet #ED7DE9

Tints of Violet #ED7DE9

Color information

#ED7DE9 (or 0xED7DE9) is unknown color: approx Violet. HEX triplet: ED, 7D and E9. RGB value is (237,125,233). Sum of RGB (Red+Green+Blue) = 237+125+233=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DE9 is #128216. Grayscale: #AAAAAA. Windows color (decimal): -1212951 or 15302125. OLE color: 15302125.

HSL color Cylindrical-coordinate representation of color #ED7DE9: hue angle of 302.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DE9 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB237125233-
CMYK00.470.020.07
HSL302.14º75.68%70.98%-
HSV(B)302.14º47.26%92.94%-
XYZ56.9738.5581.53-
YUV170.8163.11175.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=39.83%
G=21.01%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712523300.470.020.07302.1475.6870.98
HexED7DE902F2712e4c47
Octal35517535105727456114107
Binary1110110111111011110100101011111011110010111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DE9; }

 p { color: rgb(237,125,233); }

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

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

 a { background-color: rgb(237,125,233); }

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

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

 span { border-color: rgb(237,125,233); }

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