Html Css Color HEX #E119FC Psychedelic Purple

📋 copy color: '#E119FC'

red 225 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E119FC

Tints of Psychedelic Purple #E119FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 44.82%
G = 4.98%
B = 50.2%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E119FC (or 0xE119FC) is known color: Psychedelic Purple. HEX triplet: E1, 19 and FC. RGB value is (225,25,252). Sum of RGB (Red+Green+Blue) = 225+25+252=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 25 (10.16% from 255 or 4.98% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #E119FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E119FC is #1EE603. Grayscale: #6D6D6D. Windows color (decimal): -2024964 or 16521697. OLE color: 16521697.

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

Color convert

RGB 225 25 252 -
CMYK 0.11 0.90 0 0.01
HSL 292.86º 0.97% 0.54% -
HSV(B) 292.86º 0.9% 0.99% -
XYZ 48.97 23.73 94.1 -
YUV 110.68 207.76 209.54 -
System Red Green Blue C M Y K H S L
Decimal 225 25 252 0.11 0.90 0 0.01 292.86 0.97 0.54
Hex E1 19 FC B 5A 0 1 125 61 36
Octal 341 31 374 13 132 0 1 445 141 66
Binary 11100001 11001 11111100 1011 1011010 0 1 100100101 1100001 110110

Color Harmonies of #E119FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E119FC

Black with #E119FC

Text Example


Text Example

White with #E119FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E119FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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