#ED7DF2

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

Shades of Violet #ED7DF2

Tints of Violet #ED7DF2

Color information

#ED7DF2 (or 0xED7DF2) is unknown color: approx Violet. HEX triplet: ED, 7D and F2. RGB value is (237,125,242). Sum of RGB (Red+Green+Blue) = 237+125+242=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 125 (49.22% from 255 or 20.70% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED7DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DF2 is #12820D. Grayscale: #ABABAB. Windows color (decimal): -1212942 or 15891949. OLE color: 15891949.

HSL color Cylindrical-coordinate representation of color #ED7DF2: hue angle of 297.44º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7DF2 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237125242-
CMYK0.020.4800.05
HSL297.44º81.82%71.96%-
HSV(B)297.44º48.35%94.9%-
XYZ58.2939.0888.48-
YUV171.83167.61174.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 125 (49.22% from 255) = 20.70%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=39.24%
G=20.70%
B=40.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371252420.020.4800.05297.4481.8271.96
HexED7DF2230051295248
Octal35517536226005451122110
Binary1110110111111011111001010110000010110010100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DF2; }

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

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

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

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

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

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

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

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