Html Css Color HEX #E124FC Psychedelic Purple

📋 copy color: '#E124FC'

red 225 ◦ green 36 ◦ blue 252

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

Shades of Psychedelic Purple #E124FC

Tints of Psychedelic Purple #E124FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 43.86%
G = 7.02%
B = 49.12%

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

#E124FC (or 0xE124FC) is known color: Psychedelic Purple. HEX triplet: E1, 24 and FC. RGB value is (225,36,252). Sum of RGB (Red+Green+Blue) = 225+36+252=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 36 (14.45% from 255 or 7.02% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #E124FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E124FC is #1EDB03. Grayscale: #747474. Windows color (decimal): -2022148 or 16524513. OLE color: 16524513.

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

Color convert

RGB 225 36 252 -
CMYK 0.11 0.86 0 0.01
HSL 292.5º 0.97% 0.56% -
HSV(B) 292.5º 0.86% 0.99% -
XYZ 49.25 24.3 94.19 -
YUV 117.14 204.12 204.94 -
System Red Green Blue C M Y K H S L
Decimal 225 36 252 0.11 0.86 0 0.01 292.5 0.97 0.56
Hex E1 24 FC B 56 0 1 124 61 38
Octal 341 44 374 13 126 0 1 444 141 70
Binary 11100001 100100 11111100 1011 1010110 0 1 100100100 1100001 111000

Color Harmonies of #E124FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E124FC

Black with #E124FC

Text Example


Text Example

White with #E124FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E124FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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