Html Css Color HEX #E015FF Psychedelic Purple

📋 copy color: '#E015FF'

red 224 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #E015FF

Tints of Psychedelic Purple #E015FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 44.8%
G = 4.2%
B = 51%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E015FF (or 0xE015FF) is known color: Psychedelic Purple. HEX triplet: E0, 15 and FF. RGB value is (224,21,255). Sum of RGB (Red+Green+Blue) = 224+21+255=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 21 (8.59% from 255 or 4.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E015FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015FF is #1FEA00. Grayscale: #6B6B6B. Windows color (decimal): -2091521 or 16717280. OLE color: 16717280.

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

Color convert

RGB 224 21 255 -
CMYK 0.12 0.92 0 0
HSL 292.05º 1% 0.54% -
HSV(B) 292.05º 0.92% 1% -
XYZ 49.06 23.6 96.58 -
YUV 108.37 210.75 210.47 -
System Red Green Blue C M Y K H S L
Decimal 224 21 255 0.12 0.92 0 0 292.05 1 0.54
Hex E0 15 FF C 5C 0 0 124 64 36
Octal 340 25 377 14 134 0 0 444 144 66
Binary 11100000 10101 11111111 1100 1011100 0 0 100100100 1100100 110110

Color Harmonies of #E015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015FF

Black with #E015FF

Text Example


Text Example

White with #E015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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