Html Css Color HEX #E501EA Psychedelic Purple

📋 copy color: '#E501EA'

red 229 ◦ green 1 ◦ blue 234

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

Shades of Psychedelic Purple #E501EA

Tints of Psychedelic Purple #E501EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 49.35%
G = 0.22%
B = 50.43%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E501EA (or 0xE501EA) is known color: Psychedelic Purple. HEX triplet: E5, 01 and EA. RGB value is (229,1,234). Sum of RGB (Red+Green+Blue) = 229+1+234=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 1 (0.78% from 255 or 0.22% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #E501EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501EA is #1AFE15. Grayscale: #5F5F5F. Windows color (decimal): -1768982 or 15335909. OLE color: 15335909.

HSL color Cylindrical-coordinate representation of color #E501EA: hue angle of 298.71º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501EA is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 1 234 -
CMYK 0.02 1.00 0 0.08
HSL 298.71º 0.99% 0.46% -
HSV(B) 298.71º 1% 0.92% -
XYZ 47.18 22.62 79.72 -
YUV 95.73 206.04 223.05 -
System Red Green Blue C M Y K H S L
Decimal 229 1 234 0.02 1.00 0 0.08 298.71 0.99 0.46
Hex E5 1 EA 2 64 0 8 12B 63 2E
Octal 345 1 352 2 144 0 10 453 143 56
Binary 11100101 1 11101010 10 1100100 0 1000 100101011 1100011 101110

Color Harmonies of #E501EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501EA

Black with #E501EA

Text Example


Text Example

White with #E501EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501EA; }

 p { color: rgb(229,1,234); }

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

background-color css

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

 a { background-color: rgb(229,1,234); }

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

border-color css

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

 span { border-color: rgb(229,1,234); }

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