#ED8AFB

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

Shades of Violet #ED8AFB

Tints of Violet #ED8AFB

Color information

#ED8AFB (or 0xED8AFB) is unknown color: approx Violet. HEX triplet: ED, 8A and FB. RGB value is (237,138,251). Sum of RGB (Red+Green+Blue) = 237+138+251=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 138 (54.30% from 255 or 22.04% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AFB is #127504. Grayscale: #B4B4B4. Windows color (decimal): -1209605 or 16485101. OLE color: 16485101.

HSL color Cylindrical-coordinate representation of color #ED8AFB: hue angle of 292.57º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8AFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237138251-
CMYK0.060.4500.02
HSL292.57º93.39%76.27%-
HSV(B)292.57º45.02%98.43%-
XYZ61.4343.1596.36-
YUV180.48167.8168.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 138 (54.30% from 255) = 22.04%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=37.86%
G=22.04%
B=40.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371382510.060.4500.02292.5793.3976.27
HexED8AFB62D021255d4c
Octal35521237365502445135114
Binary11101101100010101111101111010110101010010010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8AFB; }

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

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

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

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

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

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

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

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