Html Css Color HEX #E501ED Psychedelic Purple

📋 copy color: '#E501ED'

red 229 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #E501ED

Tints of Psychedelic Purple #E501ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 49.04%
G = 0.21%
B = 50.75%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E501ED (or 0xE501ED) is known color: Psychedelic Purple. HEX triplet: E5, 01 and ED. RGB value is (229,1,237). Sum of RGB (Red+Green+Blue) = 229+1+237=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 1 (0.78% from 255 or 0.21% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #E501ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E501ED is #1AFE12. Grayscale: #5F5F5F. Windows color (decimal): -1768979 or 15532517. OLE color: 15532517.

HSL color Cylindrical-coordinate representation of color #E501ED: hue angle of 297.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501ED is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 1 237 -
CMYK 0.03 1.00 0 0.07
HSL 297.97º 0.99% 0.47% -
HSV(B) 297.97º 1% 0.93% -
XYZ 47.61 22.79 82.01 -
YUV 96.08 207.54 222.81 -
System Red Green Blue C M Y K H S L
Decimal 229 1 237 0.03 1.00 0 0.07 297.97 0.99 0.47
Hex E5 1 ED 3 64 0 7 12A 63 2F
Octal 345 1 355 3 144 0 7 452 143 57
Binary 11100101 1 11101101 11 1100100 0 111 100101010 1100011 101111

Color Harmonies of #E501ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501ED

Black with #E501ED

Text Example


Text Example

White with #E501ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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