#ED7AF9

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

Shades of Violet #ED7AF9

Tints of Violet #ED7AF9

Color information

#ED7AF9 (or 0xED7AF9) is unknown color: approx Violet. HEX triplet: ED, 7A and F9. RGB value is (237,122,249). Sum of RGB (Red+Green+Blue) = 237+122+249=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 122 (48.05% from 255 or 20.07% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED7AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AF9 is #128506. Grayscale: #AAAAAA. Windows color (decimal): -1213703 or 16349933. OLE color: 16349933.

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

Color convert

RGB237122249-
CMYK0.050.5100.02
HSL294.33º91.37%72.75%-
HSV(B)294.33º51%97.65%-
XYZ58.9838.7694-
YUV170.86172.1175.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 122 (48.05% from 255) = 20.07%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=38.98%
G=20.07%
B=40.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371222490.050.5100.02294.3391.3772.75
HexED7AF9533021265b49
Octal35517237156302446133111
Binary1110110111110101111100110111001101010010011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AF9; }

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

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

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

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

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

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

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

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