Html Css Color HEX #E420ED Psychedelic Purple

📋 copy color: '#E420ED'

red 228 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #E420ED

Tints of Psychedelic Purple #E420ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.44%

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

R = 45.88%
G = 6.44%
B = 47.69%

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

#E420ED (or 0xE420ED) is known color: Psychedelic Purple. HEX triplet: E4, 20 and ED. RGB value is (228,32,237). Sum of RGB (Red+Green+Blue) = 228+32+237=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #E420ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E420ED is #1BDF12. Grayscale: #717171. Windows color (decimal): -1826579 or 15540452. OLE color: 15540452.

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

Color convert

RGB 228 32 237 -
CMYK 0.04 0.86 0 0.07
HSL 297.37º 0.85% 0.53% -
HSV(B) 297.37º 0.86% 0.93% -
XYZ 47.8 23.64 82.16 -
YUV 113.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 228 32 237 0.04 0.86 0 0.07 297.37 0.85 0.53
Hex E4 20 ED 4 56 0 7 129 55 35
Octal 344 40 355 4 126 0 7 451 125 65
Binary 11100100 100000 11101101 100 1010110 0 111 100101001 1010101 110101

Color Harmonies of #E420ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420ED

Black with #E420ED

Text Example


Text Example

White with #E420ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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