#ED8BFA

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

Shades of Violet #ED8BFA

Tints of Violet #ED8BFA

Color information

#ED8BFA (or 0xED8BFA) is unknown color: approx Violet. HEX triplet: ED, 8B and FA. RGB value is (237,139,250). Sum of RGB (Red+Green+Blue) = 237+139+250=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED8BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8BFA is #127405. Grayscale: #B4B4B4. Windows color (decimal): -1209350 or 16419821. OLE color: 16419821.

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

Color convert

RGB237139250-
CMYK0.050.4400.02
HSL292.97º91.74%76.27%-
HSV(B)292.97º44.4%98.04%-
XYZ61.4143.3795.58-
YUV180.96166.97167.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 139 (54.69% from 255) = 22.20%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=37.86%
G=22.20%
B=39.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371392500.050.4400.02292.9791.7476.27
HexED8BFA52C021255c4c
Octal35521337255402445134114
Binary11101101100010111111101010110110001010010010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8BFA; }

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

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

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

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

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

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

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

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