#ED9AF0

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

Shades of Violet #ED9AF0

Tints of Violet #ED9AF0

Color information

#ED9AF0 (or 0xED9AF0) is unknown color: approx Violet. HEX triplet: ED, 9A and F0. RGB value is (237,154,240). Sum of RGB (Red+Green+Blue) = 237+154+240=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED9AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AF0 is #12650F. Grayscale: #BCBCBC. Windows color (decimal): -1205520 or 15768301. OLE color: 15768301.

HSL color Cylindrical-coordinate representation of color #ED9AF0: hue angle of 297.91º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED9AF0 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237154240-
CMYK0.010.3600.06
HSL297.91º74.14%77.25%-
HSV(B)297.91º35.83%94.12%-
XYZ62.2147.4188.31-
YUV188.62157162.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 154 (60.55% from 255) = 24.41%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=37.56%
G=24.41%
B=38.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2371542400.010.3600.06297.9174.1477.25
HexED9AF01240612a4a4d
Octal35523236014406452112115
Binary1110110110011010111100001100100011010010101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AF0; }

 p { color: rgb(237,154,240); }

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

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

 a { background-color: rgb(237,154,240); }

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

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

 span { border-color: rgb(237,154,240); }

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