Html Css Color HEX #E114FE Psychedelic Purple

📋 copy color: '#E114FE'

red 225 ◦ green 20 ◦ blue 254

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

Shades of Psychedelic Purple #E114FE

Tints of Psychedelic Purple #E114FE

RGB

 RED value IS 225 (88.28% from 255) = 45.09%

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 45.09%
G = 4.01%
B = 50.9%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E114FE (or 0xE114FE) is known color: Psychedelic Purple. HEX triplet: E1, 14 and FE. RGB value is (225,20,254). Sum of RGB (Red+Green+Blue) = 225+20+254=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #E114FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E114FE is #1EEB01. Grayscale: #6B6B6B. Windows color (decimal): -2026242 or 16651489. OLE color: 16651489.

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

Color convert

RGB 225 20 254 -
CMYK 0.11 0.92 0 0.00
HSL 292.56º 0.99% 0.54% -
HSV(B) 292.56º 0.92% 1% -
XYZ 49.19 23.66 95.74 -
YUV 107.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 225 20 254 0.11 0.92 0 0.00 292.56 0.99 0.54
Hex E1 14 FE B 5C 0 0 125 63 36
Octal 341 24 376 13 134 0 0 445 143 66
Binary 11100001 10100 11111110 1011 1011100 0 0 100100101 1100011 110110

Color Harmonies of #E114FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E114FE

Black with #E114FE

Text Example


Text Example

White with #E114FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E114FE; }

 p { color: rgb(225,20,254); }

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

background-color css

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

 a { background-color: rgb(225,20,254); }

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

border-color css

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

 span { border-color: rgb(225,20,254); }

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