#ED8AF1

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

Shades of Violet #ED8AF1

Tints of Violet #ED8AF1

Color information

#ED8AF1 (or 0xED8AF1) is unknown color: approx Violet. HEX triplet: ED, 8A and F1. RGB value is (237,138,241). Sum of RGB (Red+Green+Blue) = 237+138+241=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AF1 is #12750E. Grayscale: #B3B3B3. Windows color (decimal): -1209615 or 15829741. OLE color: 15829741.

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

Color convert

RGB237138241-
CMYK0.020.4300.05
HSL297.67º78.63%74.31%-
HSV(B)297.67º42.74%94.51%-
XYZ59.8942.5388.27-
YUV179.34162.8169.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 241 (94.53% from 255) = 39.12%
R=38.47%
G=22.40%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371382410.020.4300.05297.6778.6374.31
HexED8AF122B0512a4f4a
Octal35521236125305452117112
Binary11101101100010101111000110101011010110010101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8AF1; }

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

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

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

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

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

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

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

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