Html Css Color HEX #E420EE Psychedelic Purple

📋 copy color: '#E420EE'

red 228 ◦ green 32 ◦ blue 238

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

Shades of Psychedelic Purple #E420EE

Tints of Psychedelic Purple #E420EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 45.78%
G = 6.43%
B = 47.79%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E420EE (or 0xE420EE) is known color: Psychedelic Purple. HEX triplet: E4, 20 and EE. RGB value is (228,32,238). Sum of RGB (Red+Green+Blue) = 228+32+238=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #E420EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E420EE is #1BDF11. Grayscale: #717171. Windows color (decimal): -1826578 or 15605988. OLE color: 15605988.

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

Color convert

RGB 228 32 238 -
CMYK 0.04 0.87 0 0.07
HSL 297.09º 0.86% 0.53% -
HSV(B) 297.09º 0.87% 0.93% -
XYZ 47.94 23.7 82.94 -
YUV 114.09 197.93 209.25 -
System Red Green Blue C M Y K H S L
Decimal 228 32 238 0.04 0.87 0 0.07 297.09 0.86 0.53
Hex E4 20 EE 4 57 0 7 129 56 35
Octal 344 40 356 4 127 0 7 451 126 65
Binary 11100100 100000 11101110 100 1010111 0 111 100101001 1010110 110101

Color Harmonies of #E420EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420EE

Black with #E420EE

Text Example


Text Example

White with #E420EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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