Html Css Color HEX #E124FD Psychedelic Purple

📋 copy color: '#E124FD'

red 225 ◦ green 36 ◦ blue 253

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

Shades of Psychedelic Purple #E124FD

Tints of Psychedelic Purple #E124FD

RGB

 RED value IS 225 (88.28% from 255) = 43.77%

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

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

R = 43.77%
G = 7%
B = 49.22%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E124FD (or 0xE124FD) is known color: Psychedelic Purple. HEX triplet: E1, 24 and FD. RGB value is (225,36,253). Sum of RGB (Red+Green+Blue) = 225+36+253=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #E124FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124FD is #1EDB02. Grayscale: #747474. Windows color (decimal): -2022147 or 16590049. OLE color: 16590049.

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

Color convert

RGB 225 36 253 -
CMYK 0.11 0.86 0 0.01
HSL 292.26º 0.98% 0.57% -
HSV(B) 292.26º 0.86% 0.99% -
XYZ 49.41 24.36 95.03 -
YUV 117.25 204.62 204.86 -
System Red Green Blue C M Y K H S L
Decimal 225 36 253 0.11 0.86 0 0.01 292.26 0.98 0.57
Hex E1 24 FD B 56 0 1 124 62 39
Octal 341 44 375 13 126 0 1 444 142 71
Binary 11100001 100100 11111101 1011 1010110 0 1 100100100 1100010 111001

Color Harmonies of #E124FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124FD

Black with #E124FD

Text Example


Text Example

White with #E124FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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