#E016E3

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

Shades of Psychedelic Purple #E016E3

Tints of Psychedelic Purple #E016E3

Color information

#E016E3 (or 0xE016E3) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 16 and E3. RGB value is (224,22,227). Sum of RGB (Red+Green+Blue) = 224+22+227=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 227 - color contains mainly: blue. Hex color #E016E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016E3 is #1FE91C. Grayscale: #696969. Windows color (decimal): -2091293 or 14882528. OLE color: 14882528.

HSL color Cylindrical-coordinate representation of color #E016E3: hue angle of 299.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016E3 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22422227-
CMYK0.010.9000.11
HSL299.12º82.33%48.82%-
HSV(B)299.12º90.31%89.02%-
XYZ44.8921.9774.55-
YUV105.77196.42212.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.36%
GREEN value IS 22 (8.98% from 255) = 4.65%
BLUE value IS 227 (89.06% from 255) = 47.99%
R=47.36%
G=4.65%
B=47.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224222270.010.9000.11299.1282.3348.82
HexE016E315A0B12b5231
Octal34026343113201345312261
Binary11100000101101110001111011010010111001010111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E016E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E016E3; }

 p { color: rgb(224,22,227); }

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

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

 a { background-color: rgb(224,22,227); }

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

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

 span { border-color: rgb(224,22,227); }

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