Html Css Color HEX #E421FF Psychedelic Purple

📋 copy color: '#E421FF'

red 228 ◦ green 33 ◦ blue 255

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

Shades of Psychedelic Purple #E421FF

Tints of Psychedelic Purple #E421FF

RGB

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

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

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

R = 44.19%
G = 6.4%
B = 49.42%

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

#E421FF (or 0xE421FF) is known color: Psychedelic Purple. HEX triplet: E4, 21 and FF. RGB value is (228,33,255). Sum of RGB (Red+Green+Blue) = 228+33+255=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #E421FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E421FF is #1BDE00. Grayscale: #737373. Windows color (decimal): -1826305 or 16720356. OLE color: 16720356.

HSL color Cylindrical-coordinate representation of color #E421FF: hue angle of 292.7º 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 #E421FF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 33 255 -
CMYK 0.11 0.87 0 0
HSL 292.7º 1% 0.56% -
HSV(B) 292.7º 0.87% 1% -
XYZ 50.59 24.8 96.73 -
YUV 116.61 206.1 207.45 -
System Red Green Blue C M Y K H S L
Decimal 228 33 255 0.11 0.87 0 0 292.7 1 0.56
Hex E4 21 FF B 57 0 0 125 64 38
Octal 344 41 377 13 127 0 0 445 144 70
Binary 11100100 100001 11111111 1011 1010111 0 0 100100101 1100100 111000

Color Harmonies of #E421FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E421FF

Black with #E421FF

Text Example


Text Example

White with #E421FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E421FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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