#E012FF

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

Shades of Psychedelic Purple #E012FF

Tints of Psychedelic Purple #E012FF

Color information

#E012FF (or 0xE012FF) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 12 and FF. RGB value is (224,18,255). Sum of RGB (Red+Green+Blue) = 224+18+255=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E012FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012FF is #1FED00. Grayscale: #696969. Windows color (decimal): -2092289 or 16716512. OLE color: 16716512.

HSL color Cylindrical-coordinate representation of color #E012FF: hue angle of 292.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E012FF is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22418255-
CMYK0.120.9300
HSL292.15º100%53.53%-
HSV(B)292.15º92.94%100%-
XYZ49.0123.596.56-
YUV106.61211.75211.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 18 (7.42% from 255) = 3.62%
BLUE value IS 255 (100% from 255) = 51.31%
R=45.07%
G=3.62%
B=51.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal224182550.120.9300292.1510053.53
HexE012FFC5D001246436
Octal34022377141350044414466
Binary11100000100101111111111001011101001001001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E012FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E012FF; }

 p { color: rgb(224,18,255); }

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

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

 a { background-color: rgb(224,18,255); }

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

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

 span { border-color: rgb(224,18,255); }

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