#E00AF1

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

Shades of Psychedelic Purple #E00AF1

Tints of Psychedelic Purple #E00AF1

Color information

#E00AF1 (or 0xE00AF1) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 0A and F1. RGB value is (224,10,241). Sum of RGB (Red+Green+Blue) = 224+10+241=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #E00AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AF1 is #1FF50E. Grayscale: #636363. Windows color (decimal): -2094351 or 15796960. OLE color: 15796960.

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

Color convert

RGB22410241-
CMYK0.070.9600.05
HSL295.58º92.03%49.22%-
HSV(B)295.58º95.85%94.51%-
XYZ46.7322.4285.08-
YUV100.32207.4216.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 10 (4.30% from 255) = 2.11%
BLUE value IS 241 (94.53% from 255) = 50.74%
R=47.16%
G=2.11%
B=50.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224102410.070.9600.05295.5892.0349.22
HexE0AF1760051285c31
Octal3401236171400545013461
Binary11100000101011110001111110000001011001010001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00AF1; }

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

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

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

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

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

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

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

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