#ED7AF1

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

Shades of Violet #ED7AF1

Tints of Violet #ED7AF1

Color information

#ED7AF1 (or 0xED7AF1) is unknown color: approx Violet. HEX triplet: ED, 7A and F1. RGB value is (237,122,241). Sum of RGB (Red+Green+Blue) = 237+122+241=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED7AF1 is #12850E. Grayscale: #A9A9A9. Windows color (decimal): -1213711 or 15825645. OLE color: 15825645.

HSL color Cylindrical-coordinate representation of color #ED7AF1: hue angle of 297.98º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7AF1 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237122241-
CMYK0.020.4900.05
HSL297.98º80.95%71.18%-
HSV(B)297.98º49.38%94.51%-
XYZ57.7638.2787.56-
YUV169.95168.1175.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 122 (48.05% from 255) = 20.33%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=39.5%
G=20.33%
B=40.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371222410.020.4900.05297.9880.9571.18
HexED7AF12310512a5147
Octal35517236126105452121107
Binary1110110111110101111000110110001010110010101010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AF1; }

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

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

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

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

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

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

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

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