Html Css Color HEX #E424FD Psychedelic Purple

📋 copy color: '#E424FD'

red 228 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #E424FD

Tints of Psychedelic Purple #E424FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 44.1%
G = 6.96%
B = 48.94%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E424FD (or 0xE424FD) is known color: Psychedelic Purple. HEX triplet: E4, 24 and FD. RGB value is (228,36,253). Sum of RGB (Red+Green+Blue) = 228+36+253=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 36 (14.45% from 255 or 6.96% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #E424FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424FD is #1BDB02. Grayscale: #757575. Windows color (decimal): -1825539 or 16590052. OLE color: 16590052.

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

Color convert

RGB 228 36 253 -
CMYK 0.10 0.86 0 0.01
HSL 293.09º 0.98% 0.57% -
HSV(B) 293.09º 0.86% 0.99% -
XYZ 50.36 24.85 95.07 -
YUV 118.15 204.11 206.36 -
System Red Green Blue C M Y K H S L
Decimal 228 36 253 0.10 0.86 0 0.01 293.09 0.98 0.57
Hex E4 24 FD A 56 0 1 125 62 39
Octal 344 44 375 12 126 0 1 445 142 71
Binary 11100100 100100 11111101 1010 1010110 0 1 100100101 1100010 111001

Color Harmonies of #E424FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424FD

Black with #E424FD

Text Example


Text Example

White with #E424FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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