#E00AEB

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

Shades of Psychedelic Purple #E00AEB

Tints of Psychedelic Purple #E00AEB

Color information

#E00AEB (or 0xE00AEB) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 0A and EB. RGB value is (224,10,235). Sum of RGB (Red+Green+Blue) = 224+10+235=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #E00AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AEB is #1FF514. Grayscale: #626262. Windows color (decimal): -2094357 or 15403744. OLE color: 15403744.

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

Color convert

RGB22410235-
CMYK0.050.9600.08
HSL297.07º91.84%48.04%-
HSV(B)297.07º95.74%92.16%-
XYZ45.8422.0680.44-
YUV99.64204.4216.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.76%
GREEN value IS 10 (4.30% from 255) = 2.13%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=47.76%
G=2.13%
B=50.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal224102350.050.9600.08297.0791.8448.04
HexE0AEB560081295c30
Octal34012353514001045113460
Binary111000001010111010111011100000010001001010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00AEB; }

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

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

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

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

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

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

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

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