Html Css Color HEX #E419FC Psychedelic Purple

📋 copy color: '#E419FC'

red 228 ◦ green 25 ◦ blue 252

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

Shades of Psychedelic Purple #E419FC

Tints of Psychedelic Purple #E419FC

RGB

 RED value IS 228 (89.45% from 255) = 45.15%

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

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

R = 45.15%
G = 4.95%
B = 49.9%

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

#E419FC (or 0xE419FC) is known color: Psychedelic Purple. HEX triplet: E4, 19 and FC. RGB value is (228,25,252). Sum of RGB (Red+Green+Blue) = 228+25+252=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #E419FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E419FC is #1BE603. Grayscale: #6E6E6E. Windows color (decimal): -1828356 or 16521700. OLE color: 16521700.

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

Color convert

RGB 228 25 252 -
CMYK 0.10 0.90 0 0.01
HSL 293.66º 0.97% 0.54% -
HSV(B) 293.66º 0.9% 0.99% -
XYZ 49.91 24.22 94.14 -
YUV 111.58 207.25 211.04 -
System Red Green Blue C M Y K H S L
Decimal 228 25 252 0.10 0.90 0 0.01 293.66 0.97 0.54
Hex E4 19 FC A 5A 0 1 126 61 36
Octal 344 31 374 12 132 0 1 446 141 66
Binary 11100100 11001 11111100 1010 1011010 0 1 100100110 1100001 110110

Color Harmonies of #E419FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E419FC

Black with #E419FC

Text Example


Text Example

White with #E419FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E419FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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