#ED9AF1

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

Shades of Violet #ED9AF1

Tints of Violet #ED9AF1

Color information

#ED9AF1 (or 0xED9AF1) is unknown color: approx Violet. HEX triplet: ED, 9A and F1. RGB value is (237,154,241). Sum of RGB (Red+Green+Blue) = 237+154+241=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9AF1 is #12650E. Grayscale: #BCBCBC. Windows color (decimal): -1205519 or 15833837. OLE color: 15833837.

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

Color convert

RGB237154241-
CMYK0.020.3600.05
HSL297.24º75.65%77.45%-
HSV(B)297.24º36.1%94.51%-
XYZ62.3647.4789.09-
YUV188.74157.5162.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 154 (60.55% from 255) = 24.37%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=37.5%
G=24.37%
B=38.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371542410.020.3600.05297.2475.6577.45
HexED9AF1224051294c4d
Octal35523236124405451114115
Binary11101101100110101111000110100100010110010100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AF1; }

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

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

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

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

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

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

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

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