#e50efa

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

Shades of Psychedelic Purple #E50EFA

Tints of Psychedelic Purple #E50EFA

Color information

#E50EFA (or 0xE50EFA) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 0E and FA. RGB value is (229,14,250). Sum of RGB (Red+Green+Blue) = 229+14+250=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #E50EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50EFA is #1AF105. Grayscale: #686868. Windows color (decimal): -1765638 or 16387813. OLE color: 16387813.

HSL color Cylindrical-coordinate representation of color #E50EFA: hue angle of 294.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50EFA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22914250-
CMYK0.080.9400.02
HSL294.66º95.93%51.76%-
HSV(B)294.66º94.4%98.04%-
XYZ49.7323.8792.43-
YUV105.19209.73216.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 14 (5.86% from 255) = 2.84%
BLUE value IS 250 (98.05% from 255) = 50.71%
R=46.45%
G=2.84%
B=50.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal229142500.080.9400.02294.6695.9351.76
HexE5EFA85E021276034
Octal34516372101360244714064
Binary11100101111011111010100010111100101001001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e50efa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e50efa; }

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

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

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

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

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

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

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

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