#ED8AFF

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

Shades of Violet #ED8AFF

Tints of Violet #ED8AFF

Color information

#ED8AFF (or 0xED8AFF) is unknown color: approx Violet. HEX triplet: ED, 8A and FF. RGB value is (237,138,255). Sum of RGB (Red+Green+Blue) = 237+138+255=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED8AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFF is #127500. Grayscale: #B4B4B4. Windows color (decimal): -1209601 or 16747245. OLE color: 16747245.

HSL color Cylindrical-coordinate representation of color #ED8AFF: hue angle of 290.77º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8AFF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237138255-
CMYK0.070.4600
HSL290.77º100%77.06%-
HSV(B)290.77º45.88%100%-
XYZ62.0643.499.71-
YUV180.94169.8167.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 138 (54.30% from 255) = 21.90%
BLUE value IS 255 (100% from 255) = 40.48%
R=37.62%
G=21.90%
B=40.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371382550.070.4600290.7710077.06
HexED8AFF72E00123644d
Octal35521237775600443144115
Binary1110110110001010111111111111011100010010001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8AFF; }

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

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

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

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

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

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

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

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