#ED7CF9

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

Shades of Violet #ED7CF9

Tints of Violet #ED7CF9

Color information

#ED7CF9 (or 0xED7CF9) is unknown color: approx Violet. HEX triplet: ED, 7C and F9. RGB value is (237,124,249). Sum of RGB (Red+Green+Blue) = 237+124+249=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED7CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7CF9 is #128306. Grayscale: #ABABAB. Windows color (decimal): -1213191 or 16350445. OLE color: 16350445.

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

Color convert

RGB237124249-
CMYK0.050.5000.02
HSL294.24º91.24%73.14%-
HSV(B)294.24º50.2%97.65%-
XYZ59.2339.2694.08-
YUV172.04171.44174.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 124 (48.83% from 255) = 20.33%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=38.85%
G=20.33%
B=40.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371242490.050.5000.02294.2491.2473.14
HexED7CF9532021265b49
Octal35517437156202446133111
Binary1110110111111001111100110111001001010010011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CF9; }

 p { color: rgb(237,124,249); }

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

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

 a { background-color: rgb(237,124,249); }

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

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

 span { border-color: rgb(237,124,249); }

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