Html Css Color HEX #E420EF Psychedelic Purple

📋 copy color: '#E420EF'

red 228 ◦ green 32 ◦ blue 239

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

Shades of Psychedelic Purple #E420EF

Tints of Psychedelic Purple #E420EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 45.69%
G = 6.41%
B = 47.9%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E420EF (or 0xE420EF) is known color: Psychedelic Purple. HEX triplet: E4, 20 and EF. RGB value is (228,32,239). Sum of RGB (Red+Green+Blue) = 228+32+239=499 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.69% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #E420EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E420EF is #1BDF10. Grayscale: #717171. Windows color (decimal): -1826577 or 15671524. OLE color: 15671524.

HSL color Cylindrical-coordinate representation of color #E420EF: hue angle of 296.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E420EF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 228 32 239 -
CMYK 0.05 0.87 0 0.06
HSL 296.81º 0.87% 0.53% -
HSV(B) 296.81º 0.87% 0.94% -
XYZ 48.09 23.76 83.71 -
YUV 114.2 198.43 209.17 -
System Red Green Blue C M Y K H S L
Decimal 228 32 239 0.05 0.87 0 0.06 296.81 0.87 0.53
Hex E4 20 EF 5 57 0 6 129 57 35
Octal 344 40 357 5 127 0 6 451 127 65
Binary 11100100 100000 11101111 101 1010111 0 110 100101001 1010111 110101

Color Harmonies of #E420EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E420EF

Black with #E420EF

Text Example


Text Example

White with #E420EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E420EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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