Html Css Color HEX #E015F5 Psychedelic Purple

📋 copy color: '#E015F5'

red 224 ◦ green 21 ◦ blue 245

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

Shades of Psychedelic Purple #E015F5

Tints of Psychedelic Purple #E015F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50%

R = 45.71%
G = 4.29%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E015F5 (or 0xE015F5) is known color: Psychedelic Purple. HEX triplet: E0, 15 and F5. RGB value is (224,21,245). Sum of RGB (Red+Green+Blue) = 224+21+245=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #E015F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015F5 is #1FEA0A. Grayscale: #6A6A6A. Windows color (decimal): -2091531 or 16061920. OLE color: 16061920.

HSL color Cylindrical-coordinate representation of color #E015F5: hue angle of 294.38º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015F5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 21 245 -
CMYK 0.09 0.91 0 0.04
HSL 294.38º 0.92% 0.52% -
HSV(B) 294.38º 0.91% 0.96% -
XYZ 47.49 22.98 88.32 -
YUV 107.23 205.75 211.29 -
System Red Green Blue C M Y K H S L
Decimal 224 21 245 0.09 0.91 0 0.04 294.38 0.92 0.52
Hex E0 15 F5 9 5B 0 4 126 5C 34
Octal 340 25 365 11 133 0 4 446 134 64
Binary 11100000 10101 11110101 1001 1011011 0 100 100100110 1011100 110100

Color Harmonies of #E015F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015F5

Black with #E015F5

Text Example


Text Example

White with #E015F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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