#E58BFA

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

Shades of Violet #E58BFA

Tints of Violet #E58BFA

Color information

#E58BFA (or 0xE58BFA) is unknown color: approx Violet. HEX triplet: E5, 8B and FA. RGB value is (229,139,250). Sum of RGB (Red+Green+Blue) = 229+139+250=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #E58BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58BFA is #1A7405. Grayscale: #B2B2B2. Windows color (decimal): -1733638 or 16419813. OLE color: 16419813.

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

Color convert

RGB229139250-
CMYK0.080.4400.02
HSL288.65º91.74%76.27%-
HSV(B)288.65º44.4%98.04%-
XYZ58.842.0395.46-
YUV178.56168.32163.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.06%
GREEN value IS 139 (54.69% from 255) = 22.49%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=37.06%
G=22.49%
B=40.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291392500.080.4400.02288.6591.7476.27
HexE58BFA82C021215c4c
Octal345213372105402441134114
Binary111001011000101111111010100010110001010010000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58BFA; }

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

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

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

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

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

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

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

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