Html Css Color HEX #E024FC Psychedelic Purple

📋 copy color: '#E024FC'

red 224 ◦ green 36 ◦ blue 252

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

Shades of Psychedelic Purple #E024FC

Tints of Psychedelic Purple #E024FC

RGB

 RED value IS 224 (87.89% from 255) = 43.75%

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

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

R = 43.75%
G = 7.03%
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

#E024FC (or 0xE024FC) is known color: Psychedelic Purple. HEX triplet: E0, 24 and FC. RGB value is (224,36,252). Sum of RGB (Red+Green+Blue) = 224+36+252=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 36 (14.45% from 255 or 7.03% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #E024FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E024FC is #1FDB03. Grayscale: #747474. Windows color (decimal): -2087684 or 16524512. OLE color: 16524512.

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

Color convert

RGB 224 36 252 -
CMYK 0.11 0.86 0 0.01
HSL 292.22º 0.97% 0.56% -
HSV(B) 292.22º 0.86% 0.99% -
XYZ 48.94 24.14 94.17 -
YUV 116.84 204.28 204.44 -
System Red Green Blue C M Y K H S L
Decimal 224 36 252 0.11 0.86 0 0.01 292.22 0.97 0.56
Hex E0 24 FC B 56 0 1 124 61 38
Octal 340 44 374 13 126 0 1 444 141 70
Binary 11100000 100100 11111100 1011 1010110 0 1 100100100 1100001 111000

Color Harmonies of #E024FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024FC

Black with #E024FC

Text Example


Text Example

White with #E024FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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