Html Css Color HEX #E219FC Psychedelic Purple

📋 copy color: '#E219FC'

red 226 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E219FC

Tints of Psychedelic Purple #E219FC

RGB

 RED value IS 226 (88.67% from 255) = 44.93%

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

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

R = 44.93%
G = 4.97%
B = 50.1%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E219FC (or 0xE219FC) is known color: Psychedelic Purple. HEX triplet: E2, 19 and FC. RGB value is (226,25,252). Sum of RGB (Red+Green+Blue) = 226+25+252=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #E219FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E219FC is #1DE603. Grayscale: #6E6E6E. Windows color (decimal): -1959428 or 16521698. OLE color: 16521698.

HSL color Cylindrical-coordinate representation of color #E219FC: hue angle of 293.13º 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 #E219FC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 25 252 -
CMYK 0.10 0.90 0 0.01
HSL 293.13º 0.97% 0.54% -
HSV(B) 293.13º 0.9% 0.99% -
XYZ 49.28 23.89 94.11 -
YUV 110.98 207.59 210.04 -
System Red Green Blue C M Y K H S L
Decimal 226 25 252 0.10 0.90 0 0.01 293.13 0.97 0.54
Hex E2 19 FC A 5A 0 1 125 61 36
Octal 342 31 374 12 132 0 1 445 141 66
Binary 11100010 11001 11111100 1010 1011010 0 1 100100101 1100001 110110

Color Harmonies of #E219FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219FC

Black with #E219FC

Text Example


Text Example

White with #E219FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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