Html Css Color HEX #E10AEA Psychedelic Purple

📋 copy color: '#E10AEA'

red 225 ◦ green 10 ◦ blue 234

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

Shades of Psychedelic Purple #E10AEA

Tints of Psychedelic Purple #E10AEA

RGB

 RED value IS 225 (88.28% from 255) = 47.97%

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

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

R = 47.97%
G = 2.13%
B = 49.89%

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

#E10AEA (or 0xE10AEA) is known color: Psychedelic Purple. HEX triplet: E1, 0A and EA. RGB value is (225,10,234). Sum of RGB (Red+Green+Blue) = 225+10+234=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #E10AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10AEA is #1EF515. Grayscale: #636363. Windows color (decimal): -2028822 or 15338209. OLE color: 15338209.

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

Color convert

RGB 225 10 234 -
CMYK 0.04 0.96 0 0.08
HSL 297.59º 0.92% 0.48% -
HSV(B) 297.59º 0.96% 0.92% -
XYZ 46.01 22.17 79.7 -
YUV 99.82 203.73 217.29 -
System Red Green Blue C M Y K H S L
Decimal 225 10 234 0.04 0.96 0 0.08 297.59 0.92 0.48
Hex E1 A EA 4 60 0 8 12A 5C 30
Octal 341 12 352 4 140 0 10 452 134 60
Binary 11100001 1010 11101010 100 1100000 0 1000 100101010 1011100 110000

Color Harmonies of #E10AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AEA

Black with #E10AEA

Text Example


Text Example

White with #E10AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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