Html Css Color HEX #E015FD Psychedelic Purple

📋 copy color: '#E015FD'

red 224 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E015FD

Tints of Psychedelic Purple #E015FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 44.98%
G = 4.22%
B = 50.8%

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

#E015FD (or 0xE015FD) is known color: Psychedelic Purple. HEX triplet: E0, 15 and FD. RGB value is (224,21,253). Sum of RGB (Red+Green+Blue) = 224+21+253=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 21 (8.59% from 255 or 4.22% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #E015FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015FD is #1FEA02. Grayscale: #6B6B6B. Windows color (decimal): -2091523 or 16586208. OLE color: 16586208.

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

Color convert

RGB 224 21 253 -
CMYK 0.11 0.92 0 0.01
HSL 292.5º 0.98% 0.54% -
HSV(B) 292.5º 0.92% 0.99% -
XYZ 48.74 23.48 94.89 -
YUV 108.15 209.75 210.64 -
System Red Green Blue C M Y K H S L
Decimal 224 21 253 0.11 0.92 0 0.01 292.5 0.98 0.54
Hex E0 15 FD B 5C 0 1 124 62 36
Octal 340 25 375 13 134 0 1 444 142 66
Binary 11100000 10101 11111101 1011 1011100 0 1 100100100 1100010 110110

Color Harmonies of #E015FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015FD

Black with #E015FD

Text Example


Text Example

White with #E015FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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