#ED7EE5

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

Shades of Violet #ED7EE5

Tints of Violet #ED7EE5

Color information

#ED7EE5 (or 0xED7EE5) is unknown color: approx Violet. HEX triplet: ED, 7E and E5. RGB value is (237,126,229). Sum of RGB (Red+Green+Blue) = 237+126+229=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EE5 is #12811A. Grayscale: #AAAAAA. Windows color (decimal): -1212699 or 15040237. OLE color: 15040237.

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

Color convert

RGB237126229-
CMYK00.470.030.07
HSL304.32º75.51%71.18%-
HSV(B)304.32º46.84%92.94%-
XYZ56.5338.5878.6-
YUV170.93160.77175.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.03%
GREEN value IS 126 (49.61% from 255) = 21.28%
BLUE value IS 229 (89.84% from 255) = 38.68%
R=40.03%
G=21.28%
B=38.68%

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
Decimal23712622900.470.030.07304.3275.5171.18
HexED7EE502F371304c47
Octal35517634505737460114107
Binary1110110111111101110010101011111111110011000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7EE5; }

 p { color: rgb(237,126,229); }

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

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

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

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

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

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

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