Html Css Color HEX #E014FD Psychedelic Purple

📋 copy color: '#E014FD'

red 224 ◦ green 20 ◦ blue 253

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

Shades of Psychedelic Purple #E014FD

Tints of Psychedelic Purple #E014FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.02%

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

R = 45.07%
G = 4.02%
B = 50.91%

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

#E014FD (or 0xE014FD) is known color: Psychedelic Purple. HEX triplet: E0, 14 and FD. RGB value is (224,20,253). Sum of RGB (Red+Green+Blue) = 224+20+253=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 20 (8.20% from 255 or 4.02% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #E014FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014FD is #1FEB02. Grayscale: #6A6A6A. Windows color (decimal): -2091779 or 16585952. OLE color: 16585952.

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

Color convert

RGB 224 20 253 -
CMYK 0.11 0.92 0 0.01
HSL 292.53º 0.98% 0.54% -
HSV(B) 292.53º 0.92% 0.99% -
XYZ 48.72 23.44 94.88 -
YUV 107.56 210.09 211.05 -
System Red Green Blue C M Y K H S L
Decimal 224 20 253 0.11 0.92 0 0.01 292.53 0.98 0.54
Hex E0 14 FD B 5C 0 1 125 62 36
Octal 340 24 375 13 134 0 1 445 142 66
Binary 11100000 10100 11111101 1011 1011100 0 1 100100101 1100010 110110

Color Harmonies of #E014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014FD

Black with #E014FD

Text Example


Text Example

White with #E014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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