Html Css Color HEX #E50AFE Psychedelic Purple

📋 copy color: '#E50AFE'

red 229 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #E50AFE

Tints of Psychedelic Purple #E50AFE

RGB

 RED value IS 229 (89.84% from 255) = 46.45%

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 46.45%
G = 2.03%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E50AFE (or 0xE50AFE) is known color: Psychedelic Purple. HEX triplet: E5, 0A and FE. RGB value is (229,10,254). Sum of RGB (Red+Green+Blue) = 229+10+254=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #E50AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50AFE is #1AF501. Grayscale: #666666. Windows color (decimal): -1766658 or 16648933. OLE color: 16648933.

HSL color Cylindrical-coordinate representation of color #E50AFE: hue angle of 293.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50AFE is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 10 254 -
CMYK 0.10 0.96 0 0.00
HSL 293.85º 0.99% 0.52% -
HSV(B) 293.85º 0.96% 1% -
XYZ 50.31 24.03 95.75 -
YUV 103.3 213.05 217.66 -
System Red Green Blue C M Y K H S L
Decimal 229 10 254 0.10 0.96 0 0.00 293.85 0.99 0.52
Hex E5 A FE A 60 0 0 126 63 34
Octal 345 12 376 12 140 0 0 446 143 64
Binary 11100101 1010 11111110 1010 1100000 0 0 100100110 1100011 110100

Color Harmonies of #E50AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50AFE

Black with #E50AFE

Text Example


Text Example

White with #E50AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50AFE; }

 p { color: rgb(229,10,254); }

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

background-color css

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

 a { background-color: rgb(229,10,254); }

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

border-color css

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

 span { border-color: rgb(229,10,254); }

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