Html Css Color HEX #E416FC Psychedelic Purple

📋 copy color: '#E416FC'

red 228 ◦ green 22 ◦ blue 252

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

Shades of Psychedelic Purple #E416FC

Tints of Psychedelic Purple #E416FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.38%

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

R = 45.42%
G = 4.38%
B = 50.2%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E416FC (or 0xE416FC) is known color: Psychedelic Purple. HEX triplet: E4, 16 and FC. RGB value is (228,22,252). Sum of RGB (Red+Green+Blue) = 228+22+252=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 22 (8.98% from 255 or 4.38% 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 #E416FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E416FC is #1BE903. Grayscale: #6D6D6D. Windows color (decimal): -1829124 or 16520932. OLE color: 16520932.

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

Color convert

RGB 228 22 252 -
CMYK 0.10 0.91 0 0.01
HSL 293.74º 0.97% 0.54% -
HSV(B) 293.74º 0.91% 0.99% -
XYZ 49.85 24.1 94.12 -
YUV 109.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 228 22 252 0.10 0.91 0 0.01 293.74 0.97 0.54
Hex E4 16 FC A 5B 0 1 126 61 36
Octal 344 26 374 12 133 0 1 446 141 66
Binary 11100100 10110 11111100 1010 1011011 0 1 100100110 1100001 110110

Color Harmonies of #E416FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E416FC

Black with #E416FC

Text Example


Text Example

White with #E416FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E416FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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