Html Css Color HEX #E401ED Psychedelic Purple

📋 copy color: '#E401ED'

red 228 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #E401ED

Tints of Psychedelic Purple #E401ED

RGB

 RED value IS 228 (89.45% from 255) = 48.93%

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

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

R = 48.93%
G = 0.21%
B = 50.86%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E401ED (or 0xE401ED) is known color: Psychedelic Purple. HEX triplet: E4, 01 and ED. RGB value is (228,1,237). Sum of RGB (Red+Green+Blue) = 228+1+237=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #E401ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E401ED is #1BFE12. Grayscale: #5F5F5F. Windows color (decimal): -1834515 or 15532516. OLE color: 15532516.

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

Color convert

RGB 228 1 237 -
CMYK 0.04 1.00 0 0.07
HSL 297.71º 0.99% 0.47% -
HSV(B) 297.71º 1% 0.93% -
XYZ 47.29 22.63 82 -
YUV 95.78 207.71 222.31 -
System Red Green Blue C M Y K H S L
Decimal 228 1 237 0.04 1.00 0 0.07 297.71 0.99 0.47
Hex E4 1 ED 4 64 0 7 12A 63 2F
Octal 344 1 355 4 144 0 7 452 143 57
Binary 11100100 1 11101101 100 1100100 0 111 100101010 1100011 101111

Color Harmonies of #E401ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401ED

Black with #E401ED

Text Example


Text Example

White with #E401ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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