#ED7DFB

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

Shades of Violet #ED7DFB

Tints of Violet #ED7DFB

Color information

#ED7DFB (or 0xED7DFB) is unknown color: approx Violet. HEX triplet: ED, 7D and FB. RGB value is (237,125,251). Sum of RGB (Red+Green+Blue) = 237+125+251=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED7DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7DFB is #128204. Grayscale: #ACACAC. Windows color (decimal): -1212933 or 16481773. OLE color: 16481773.

HSL color Cylindrical-coordinate representation of color #ED7DFB: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7DFB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237125251-
CMYK0.060.5000.02
HSL293.33º94.03%73.73%-
HSV(B)293.33º50.2%98.43%-
XYZ59.6739.6495.77-
YUV172.85172.11173.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 125 (49.22% from 255) = 20.39%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=38.66%
G=20.39%
B=40.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371252510.060.5000.02293.3394.0373.73
HexED7DFB632021255e4a
Octal35517537366202445136112
Binary1110110111111011111101111011001001010010010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DFB; }

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

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

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

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

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

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

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

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