#ED7DEF

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

Shades of Violet #ED7DEF

Tints of Violet #ED7DEF

Color information

#ED7DEF (or 0xED7DEF) is unknown color: approx Violet. HEX triplet: ED, 7D and EF. RGB value is (237,125,239). Sum of RGB (Red+Green+Blue) = 237+125+239=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED7DEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DEF is #128210. Grayscale: #ABABAB. Windows color (decimal): -1212945 or 15695341. OLE color: 15695341.

HSL color Cylindrical-coordinate representation of color #ED7DEF: hue angle of 298.95º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7DEF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237125239-
CMYK0.010.4800.06
HSL298.95º78.08%71.37%-
HSV(B)298.95º47.7%93.73%-
XYZ57.8438.986.12-
YUV171.48166.11174.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=39.43%
G=20.80%
B=39.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371252390.010.4800.06298.9578.0871.37
HexED7DEF1300612b4e47
Octal35517535716006453116107
Binary111011011111101111011111110000011010010101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DEF; }

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

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

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

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

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

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

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

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