Html Css Color HEX #E10AEB Psychedelic Purple

📋 copy color: '#E10AEB'

red 225 ◦ green 10 ◦ blue 235

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

Shades of Psychedelic Purple #E10AEB

Tints of Psychedelic Purple #E10AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 47.87%
G = 2.13%
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

#E10AEB (or 0xE10AEB) is known color: Psychedelic Purple. HEX triplet: E1, 0A and EB. RGB value is (225,10,235). Sum of RGB (Red+Green+Blue) = 225+10+235=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #E10AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10AEB is #1EF514. Grayscale: #636363. Windows color (decimal): -2028821 or 15403745. OLE color: 15403745.

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

Color convert

RGB 225 10 235 -
CMYK 0.04 0.96 0 0.08
HSL 297.33º 0.92% 0.48% -
HSV(B) 297.33º 0.96% 0.92% -
XYZ 46.16 22.22 80.45 -
YUV 99.94 204.23 217.2 -
System Red Green Blue C M Y K H S L
Decimal 225 10 235 0.04 0.96 0 0.08 297.33 0.92 0.48
Hex E1 A EB 4 60 0 8 129 5C 30
Octal 341 12 353 4 140 0 10 451 134 60
Binary 11100001 1010 11101011 100 1100000 0 1000 100101001 1011100 110000

Color Harmonies of #E10AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AEB

Black with #E10AEB

Text Example


Text Example

White with #E10AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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