#E813E7

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

Shades of Psychedelic Purple #E813E7

Tints of Psychedelic Purple #E813E7

Color information

#E813E7 (or 0xE813E7) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 13 and E7. RGB value is (232,19,231). Sum of RGB (Red+Green+Blue) = 232+19+231=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 19 (7.81% from 255 or 3.94% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E813E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E813E7 is #17EC18. Grayscale: #6A6A6A. Windows color (decimal): -1567769 or 15143912. OLE color: 15143912.

HSL color Cylindrical-coordinate representation of color #E813E7: hue angle of 300.28º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E813E7 is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB23219231-
CMYK00.920.000.09
HSL300.28º84.86%49.22%-
HSV(B)300.28º91.81%90.98%-
XYZ47.9423.3977.59-
YUV106.85198.07217.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.13%
GREEN value IS 19 (7.81% from 255) = 3.94%
BLUE value IS 231 (90.62% from 255) = 47.93%
R=48.13%
G=3.94%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321923100.920.000.09300.2884.8649.22
HexE813E705C0912c5531
Octal35023347013401145412561
Binary11101000100111110011101011100010011001011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E813E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E813E7; }

 p { color: rgb(232,19,231); }

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

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

 a { background-color: rgb(232,19,231); }

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

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

 span { border-color: rgb(232,19,231); }

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