Html Css Color HEX #E10AEF Psychedelic Purple

📋 copy color: '#E10AEF'

red 225 ◦ green 10 ◦ blue 239

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

Shades of Psychedelic Purple #E10AEF

Tints of Psychedelic Purple #E10AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 47.47%
G = 2.11%
B = 50.42%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E10AEF (or 0xE10AEF) is known color: Psychedelic Purple. HEX triplet: E1, 0A and EF. RGB value is (225,10,239). Sum of RGB (Red+Green+Blue) = 225+10+239=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #E10AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10AEF is #1EF510. Grayscale: #636363. Windows color (decimal): -2028817 or 15665889. OLE color: 15665889.

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

Color convert

RGB 225 10 239 -
CMYK 0.06 0.96 0 0.06
HSL 296.33º 0.92% 0.49% -
HSV(B) 296.33º 0.96% 0.94% -
XYZ 46.74 22.46 83.53 -
YUV 100.39 206.23 216.88 -
System Red Green Blue C M Y K H S L
Decimal 225 10 239 0.06 0.96 0 0.06 296.33 0.92 0.49
Hex E1 A EF 6 60 0 6 128 5C 31
Octal 341 12 357 6 140 0 6 450 134 61
Binary 11100001 1010 11101111 110 1100000 0 110 100101000 1011100 110001

Color Harmonies of #E10AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10AEF

Black with #E10AEF

Text Example


Text Example

White with #E10AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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