#ED8BFB

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

Shades of Violet #ED8BFB

Tints of Violet #ED8BFB

Color information

#ED8BFB (or 0xED8BFB) is unknown color: approx Violet. HEX triplet: ED, 8B and FB. RGB value is (237,139,251). Sum of RGB (Red+Green+Blue) = 237+139+251=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFB is #127404. Grayscale: #B4B4B4. Windows color (decimal): -1209349 or 16485357. OLE color: 16485357.

HSL color Cylindrical-coordinate representation of color #ED8BFB: hue angle of 292.5º 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 #ED8BFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237139251-
CMYK0.060.4500.02
HSL292.5º93.33%76.47%-
HSV(B)292.5º44.62%98.43%-
XYZ61.5743.4396.41-
YUV181.07167.47167.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 139 (54.69% from 255) = 22.17%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=37.80%
G=22.17%
B=40.03%

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
Decimal2371392510.060.4500.02292.593.3376.47
HexED8BFB62D021245d4c
Octal35521337365502444135114
Binary11101101100010111111101111010110101010010010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BFB; }

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

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

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

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

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

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

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

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