Html Css Color HEX #E119FA Psychedelic Purple

📋 copy color: '#E119FA'

red 225 ◦ green 25 ◦ blue 250

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

Shades of Psychedelic Purple #E119FA

Tints of Psychedelic Purple #E119FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 45%
G = 5%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E119FA (or 0xE119FA) is known color: Psychedelic Purple. HEX triplet: E1, 19 and FA. RGB value is (225,25,250). Sum of RGB (Red+Green+Blue) = 225+25+250=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 25 (10.16% from 255 or 5% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #E119FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E119FA is #1EE605. Grayscale: #6D6D6D. Windows color (decimal): -2024966 or 16390625. OLE color: 16390625.

HSL color Cylindrical-coordinate representation of color #E119FA: hue angle of 293.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E119FA is Cyan = 0.10, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 25 250 -
CMYK 0.10 0.9 0 0.02
HSL 293.33º 0.96% 0.54% -
HSV(B) 293.33º 0.9% 0.98% -
XYZ 48.65 23.6 92.43 -
YUV 110.45 206.76 209.7 -
System Red Green Blue C M Y K H S L
Decimal 225 25 250 0.10 0.9 0 0.02 293.33 0.96 0.54
Hex E1 19 FA A 5A 0 2 125 60 36
Octal 341 31 372 12 132 0 2 445 140 66
Binary 11100001 11001 11111010 1010 1011010 0 10 100100101 1100000 110110

Color Harmonies of #E119FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119FA

Black with #E119FA

Text Example


Text Example

White with #E119FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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