Html Css Color HEX #E424FF Psychedelic Purple

📋 copy color: '#E424FF'

red 228 ◦ green 36 ◦ blue 255

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

Shades of Psychedelic Purple #E424FF

Tints of Psychedelic Purple #E424FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.94%

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

R = 43.93%
G = 6.94%
B = 49.13%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E424FF (or 0xE424FF) is known color: Psychedelic Purple. HEX triplet: E4, 24 and FF. RGB value is (228,36,255). Sum of RGB (Red+Green+Blue) = 228+36+255=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 36 (14.45% from 255 or 6.94% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #E424FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424FF is #1BDB00. Grayscale: #757575. Windows color (decimal): -1825537 or 16721124. OLE color: 16721124.

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

Color convert

RGB 228 36 255 -
CMYK 0.11 0.86 0 0
HSL 292.6º 1% 0.57% -
HSV(B) 292.6º 0.86% 1% -
XYZ 50.68 24.98 96.76 -
YUV 118.37 205.11 206.19 -
System Red Green Blue C M Y K H S L
Decimal 228 36 255 0.11 0.86 0 0 292.6 1 0.57
Hex E4 24 FF B 56 0 0 125 64 39
Octal 344 44 377 13 126 0 0 445 144 71
Binary 11100100 100100 11111111 1011 1010110 0 0 100100101 1100100 111001

Color Harmonies of #E424FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424FF

Black with #E424FF

Text Example


Text Example

White with #E424FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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