Html Css Color HEX #E00AEA Psychedelic Purple

📋 copy color: '#E00AEA'

red 224 ◦ green 10 ◦ blue 234

#E00AEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E00AEA

Tints of Psychedelic Purple #E00AEA

RGB

 RED value IS 224 (87.89% from 255) = 47.86%

 GREEN value IS 10 (4.3% from 255) = 2.14%

 BLUE value IS 234 (91.8% from 255) = 50%

R = 47.86%
G = 2.14%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E00AEA (or 0xE00AEA) is known color: Psychedelic Purple. HEX triplet: E0, 0A and EA. RGB value is (224,10,234). Sum of RGB (Red+Green+Blue) = 224+10+234=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #E00AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AEA is #1FF515. Grayscale: #626262. Windows color (decimal): -2094358 or 15338208. OLE color: 15338208.

HSL color Cylindrical-coordinate representation of color #E00AEA: hue angle of 297.32º 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 #E00AEA is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 10 234 -
CMYK 0.04 0.96 0 0.08
HSL 297.32º 0.92% 0.48% -
HSV(B) 297.32º 0.96% 0.92% -
XYZ 45.7 22 79.68 -
YUV 99.52 203.9 216.79 -
System Red Green Blue C M Y K H S L
Decimal 224 10 234 0.04 0.96 0 0.08 297.32 0.92 0.48
Hex E0 A EA 4 60 0 8 129 5C 30
Octal 340 12 352 4 140 0 10 451 134 60
Binary 11100000 1010 11101010 100 1100000 0 1000 100101001 1011100 110000

Color Harmonies of #E00AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AEA

Black with #E00AEA

Text Example


Text Example

White with #E00AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AEA; }

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

 H1.HeaderClassName
 {
   color: #E00AEA;
 }
 .AnyTagClassName
 {
   color: #E00AEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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