Html Css Color HEX #E10AEE Psychedelic Purple

📋 copy color: '#E10AEE'

red 225 ◦ green 10 ◦ blue 238

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

Shades of Psychedelic Purple #E10AEE

Tints of Psychedelic Purple #E10AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 47.57%
G = 2.11%
B = 50.32%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E10AEE (or 0xE10AEE) is known color: Psychedelic Purple. HEX triplet: E1, 0A and EE. RGB value is (225,10,238). Sum of RGB (Red+Green+Blue) = 225+10+238=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #E10AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10AEE is #1EF511. Grayscale: #636363. Windows color (decimal): -2028818 or 15600353. OLE color: 15600353.

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

Color convert

RGB 225 10 238 -
CMYK 0.05 0.96 0 0.07
HSL 296.58º 0.92% 0.49% -
HSV(B) 296.58º 0.96% 0.93% -
XYZ 46.59 22.4 82.76 -
YUV 100.28 205.73 216.96 -
System Red Green Blue C M Y K H S L
Decimal 225 10 238 0.05 0.96 0 0.07 296.58 0.92 0.49
Hex E1 A EE 5 60 0 7 129 5C 31
Octal 341 12 356 5 140 0 7 451 134 61
Binary 11100001 1010 11101110 101 1100000 0 111 100101001 1011100 110001

Color Harmonies of #E10AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AEE

Black with #E10AEE

Text Example


Text Example

White with #E10AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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