#ED7DE6

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

Shades of Violet #ED7DE6

Tints of Violet #ED7DE6

Color information

#ED7DE6 (or 0xED7DE6) is unknown color: approx Violet. HEX triplet: ED, 7D and E6. RGB value is (237,125,230). Sum of RGB (Red+Green+Blue) = 237+125+230=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DE6 is #128219. Grayscale: #AAAAAA. Windows color (decimal): -1212954 or 15105517. OLE color: 15105517.

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

Color convert

RGB237125230-
CMYK00.470.030.07
HSL303.75º75.68%70.98%-
HSV(B)303.75º47.26%92.94%-
XYZ56.5438.3879.29-
YUV170.46161.61175.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=40.03%
G=21.11%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712523000.470.030.07303.7575.6870.98
HexED7DE602F371304c47
Octal35517534605737460114107
Binary1110110111111011110011001011111111110011000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DE6; }

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

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

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

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

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

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

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

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