#E015E6

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

Shades of Psychedelic Purple #E015E6

Tints of Psychedelic Purple #E015E6

Color information

#E015E6 (or 0xE015E6) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 15 and E6. RGB value is (224,21,230). Sum of RGB (Red+Green+Blue) = 224+21+230=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #E015E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015E6 is #1FEA19. Grayscale: #686868. Windows color (decimal): -2091546 or 15078880. OLE color: 15078880.

HSL color Cylindrical-coordinate representation of color #E015E6: hue angle of 298.28º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015E6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22421230-
CMYK0.030.9100.10
HSL298.28º83.27%49.22%-
HSV(B)298.28º90.87%90.2%-
XYZ45.2922.176.74-
YUV105.52198.25212.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 21 (8.59% from 255) = 4.42%
BLUE value IS 230 (90.23% from 255) = 48.42%
R=47.16%
G=4.42%
B=48.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal224212300.030.9100.10298.2883.2749.22
HexE015E635B0A12a5331
Octal34025346313301245212361
Binary111000001010111100110111011011010101001010101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E015E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E015E6; }

 p { color: rgb(224,21,230); }

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

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

 a { background-color: rgb(224,21,230); }

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

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

 span { border-color: rgb(224,21,230); }

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