Html Css Color HEX #E015FC Psychedelic Purple

📋 copy color: '#E015FC'

red 224 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E015FC

Tints of Psychedelic Purple #E015FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.23%

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

R = 45.07%
G = 4.23%
B = 50.7%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E015FC (or 0xE015FC) is known color: Psychedelic Purple. HEX triplet: E0, 15 and FC. RGB value is (224,21,252). Sum of RGB (Red+Green+Blue) = 224+21+252=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E015FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015FC is #1FEA03. Grayscale: #6B6B6B. Windows color (decimal): -2091524 or 16520672. OLE color: 16520672.

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

Color convert

RGB 224 21 252 -
CMYK 0.11 0.92 0 0.01
HSL 292.73º 0.97% 0.54% -
HSV(B) 292.73º 0.92% 0.99% -
XYZ 48.58 23.41 94.05 -
YUV 108.03 209.25 210.72 -
System Red Green Blue C M Y K H S L
Decimal 224 21 252 0.11 0.92 0 0.01 292.73 0.97 0.54
Hex E0 15 FC B 5C 0 1 125 61 36
Octal 340 25 374 13 134 0 1 445 141 66
Binary 11100000 10101 11111100 1011 1011100 0 1 100100101 1100001 110110

Color Harmonies of #E015FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015FC

Black with #E015FC

Text Example


Text Example

White with #E015FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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