#ED7AF7

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

Shades of Violet #ED7AF7

Tints of Violet #ED7AF7

Color information

#ED7AF7 (or 0xED7AF7) is unknown color: approx Violet. HEX triplet: ED, 7A and F7. RGB value is (237,122,247). Sum of RGB (Red+Green+Blue) = 237+122+247=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED7AF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AF7 is #128508. Grayscale: #AAAAAA. Windows color (decimal): -1213705 or 16218861. OLE color: 16218861.

HSL color Cylindrical-coordinate representation of color #ED7AF7: hue angle of 295.2º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7AF7 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237122247-
CMYK0.040.5100.03
HSL295.2º88.65%72.35%-
HSV(B)295.2º50.61%96.86%-
XYZ58.6738.6492.36-
YUV170.64171.1175.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 122 (48.05% from 255) = 20.13%
BLUE value IS 247 (96.88% from 255) = 40.76%
R=39.11%
G=20.13%
B=40.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371222470.040.5100.03295.288.6572.35
HexED7AF7433031275948
Octal35517236746303447131110
Binary1110110111110101111011110011001101110010011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AF7; }

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

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

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

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

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

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

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

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