#ED7DEA

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

Shades of Violet #ED7DEA

Tints of Violet #ED7DEA

Color information

#ED7DEA (or 0xED7DEA) is unknown color: approx Violet. HEX triplet: ED, 7D and EA. RGB value is (237,125,234). Sum of RGB (Red+Green+Blue) = 237+125+234=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DEA is #128215. Grayscale: #AAAAAA. Windows color (decimal): -1212950 or 15367661. OLE color: 15367661.

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

Color convert

RGB237125234-
CMYK00.470.010.07
HSL301.61º75.68%70.98%-
HSV(B)301.61º47.26%92.94%-
XYZ57.1138.6182.28-
YUV170.91163.61175.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=39.77%
G=20.97%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712523400.470.010.07301.6175.6870.98
HexED7DEA02F1712e4c47
Octal35517535205717456114107
Binary111011011111101111010100101111111110010111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DEA; }

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

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

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

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

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

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

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

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