Html Css Color HEX #E421ED Psychedelic Purple

📋 copy color: '#E421ED'

red 228 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #E421ED

Tints of Psychedelic Purple #E421ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.63%

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

R = 45.78%
G = 6.63%
B = 47.59%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E421ED (or 0xE421ED) is known color: Psychedelic Purple. HEX triplet: E4, 21 and ED. RGB value is (228,33,237). Sum of RGB (Red+Green+Blue) = 228+33+237=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #E421ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421ED is #1BDE12. Grayscale: #717171. Windows color (decimal): -1826323 or 15540708. OLE color: 15540708.

HSL color Cylindrical-coordinate representation of color #E421ED: hue angle of 297.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421ED is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 33 237 -
CMYK 0.04 0.86 0 0.07
HSL 297.35º 0.85% 0.53% -
HSV(B) 297.35º 0.86% 0.93% -
XYZ 47.82 23.7 82.17 -
YUV 114.56 197.1 208.91 -
System Red Green Blue C M Y K H S L
Decimal 228 33 237 0.04 0.86 0 0.07 297.35 0.85 0.53
Hex E4 21 ED 4 56 0 7 129 55 35
Octal 344 41 355 4 126 0 7 451 125 65
Binary 11100100 100001 11101101 100 1010110 0 111 100101001 1010101 110101

Color Harmonies of #E421ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421ED

Black with #E421ED

Text Example


Text Example

White with #E421ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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