Html Css Color HEX #E119FE Psychedelic Purple

📋 copy color: '#E119FE'

red 225 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #E119FE

Tints of Psychedelic Purple #E119FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.96%

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

R = 44.64%
G = 4.96%
B = 50.4%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E119FE (or 0xE119FE) is known color: Psychedelic Purple. HEX triplet: E1, 19 and FE. RGB value is (225,25,254). Sum of RGB (Red+Green+Blue) = 225+25+254=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 25 (10.16% from 255 or 4.96% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #E119FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E119FE is #1EE601. Grayscale: #6E6E6E. Windows color (decimal): -2024962 or 16652769. OLE color: 16652769.

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

Color convert

RGB 225 25 254 -
CMYK 0.11 0.90 0 0.00
HSL 292.4º 0.99% 0.55% -
HSV(B) 292.4º 0.9% 1% -
XYZ 49.29 23.86 95.77 -
YUV 110.91 208.76 209.38 -
System Red Green Blue C M Y K H S L
Decimal 225 25 254 0.11 0.90 0 0.00 292.4 0.99 0.55
Hex E1 19 FE B 5A 0 0 124 63 37
Octal 341 31 376 13 132 0 0 444 143 67
Binary 11100001 11001 11111110 1011 1011010 0 0 100100100 1100011 110111

Color Harmonies of #E119FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119FE

Black with #E119FE

Text Example


Text Example

White with #E119FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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