Html Css Color HEX #E014FF Psychedelic Purple

📋 copy color: '#E014FF'

red 224 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #E014FF

Tints of Psychedelic Purple #E014FF

RGB

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

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

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

R = 44.89%
G = 4.01%
B = 51.1%

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

#E014FF (or 0xE014FF) is known color: Psychedelic Purple. HEX triplet: E0, 14 and FF. RGB value is (224,20,255). Sum of RGB (Red+Green+Blue) = 224+20+255=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #E014FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E014FF is #1FEB00. Grayscale: #6B6B6B. Windows color (decimal): -2091777 or 16717024. OLE color: 16717024.

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

Color convert

RGB 224 20 255 -
CMYK 0.12 0.92 0 0
HSL 292.09º 1% 0.54% -
HSV(B) 292.09º 0.92% 1% -
XYZ 49.04 23.57 96.57 -
YUV 107.79 211.09 210.89 -
System Red Green Blue C M Y K H S L
Decimal 224 20 255 0.12 0.92 0 0 292.09 1 0.54
Hex E0 14 FF C 5C 0 0 124 64 36
Octal 340 24 377 14 134 0 0 444 144 66
Binary 11100000 10100 11111111 1100 1011100 0 0 100100100 1100100 110110

Color Harmonies of #E014FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014FF

Black with #E014FF

Text Example


Text Example

White with #E014FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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