#E01AF1

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

Shades of Psychedelic Purple #E01AF1

Tints of Psychedelic Purple #E01AF1

Color information

#E01AF1 (or 0xE01AF1) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 1A and F1. RGB value is (224,26,241). Sum of RGB (Red+Green+Blue) = 224+26+241=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 26 (10.55% from 255 or 5.30% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #E01AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01AF1 is #1FE50E. Grayscale: #6D6D6D. Windows color (decimal): -2090255 or 15801056. OLE color: 15801056.

HSL color Cylindrical-coordinate representation of color #E01AF1: hue angle of 295.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01AF1 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22426241-
CMYK0.070.8900.05
HSL295.26º88.48%52.35%-
HSV(B)295.26º89.21%94.51%-
XYZ46.9922.9485.17-
YUV109.71202.1209.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.62%
GREEN value IS 26 (10.55% from 255) = 5.30%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=45.62%
G=5.30%
B=49.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224262410.070.8900.05295.2688.4852.35
HexE01AF1759051275834
Octal3403236171310544713064
Binary111000001101011110001111101100101011001001111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01AF1; }

 p { color: rgb(224,26,241); }

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

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

 a { background-color: rgb(224,26,241); }

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

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

 span { border-color: rgb(224,26,241); }

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