Html Css Color HEX #E420FF Psychedelic Purple

📋 copy color: '#E420FF'

red 228 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #E420FF

Tints of Psychedelic Purple #E420FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 44.27%
G = 6.21%
B = 49.51%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E420FF (or 0xE420FF) is known color: Psychedelic Purple. HEX triplet: E4, 20 and FF. RGB value is (228,32,255). Sum of RGB (Red+Green+Blue) = 228+32+255=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #E420FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E420FF is #1BDF00. Grayscale: #737373. Windows color (decimal): -1826561 or 16720100. OLE color: 16720100.

HSL color Cylindrical-coordinate representation of color #E420FF: hue angle of 292.74º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E420FF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 32 255 -
CMYK 0.11 0.87 0 0
HSL 292.74º 1% 0.56% -
HSV(B) 292.74º 0.87% 1% -
XYZ 50.56 24.75 96.72 -
YUV 116.03 206.43 207.87 -
System Red Green Blue C M Y K H S L
Decimal 228 32 255 0.11 0.87 0 0 292.74 1 0.56
Hex E4 20 FF B 57 0 0 125 64 38
Octal 344 40 377 13 127 0 0 445 144 70
Binary 11100100 100000 11111111 1011 1010111 0 0 100100101 1100100 111000

Color Harmonies of #E420FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420FF

Black with #E420FF

Text Example


Text Example

White with #E420FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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