#ED7DED

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

Shades of Violet #ED7DED

Tints of Violet #ED7DED

Color information

#ED7DED (or 0xED7DED) is unknown color: approx Violet. HEX triplet: ED, 7D and ED. RGB value is (237,125,237). Sum of RGB (Red+Green+Blue) = 237+125+237=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DED is #128212. Grayscale: #AAAAAA. Windows color (decimal): -1212947 or 15564269. OLE color: 15564269.

HSL color Cylindrical-coordinate representation of color #ED7DED: hue angle of 300º 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 #ED7DED is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237125237-
CMYK00.4700.07
HSL300º75.68%70.98%-
HSV(B)300º47.26%92.94%-
XYZ57.5438.7984.57-
YUV171.26165.11174.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 125 (49.22% from 255) = 20.87%
BLUE value IS 237 (92.97% from 255) = 39.57%
R=39.57%
G=20.87%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712523700.4700.0730075.6870.98
HexED7DED02F0712c4c47
Octal35517535505707454114107
Binary111011011111101111011010101111011110010110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DED; }

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

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

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

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

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

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

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

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