Html Css Color HEX #E516FC Psychedelic Purple

📋 copy color: '#E516FC'

red 229 ◦ green 22 ◦ blue 252

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

Shades of Psychedelic Purple #E516FC

Tints of Psychedelic Purple #E516FC

RGB

 RED value IS 229 (89.84% from 255) = 45.53%

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

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

R = 45.53%
G = 4.37%
B = 50.1%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E516FC (or 0xE516FC) is known color: Psychedelic Purple. HEX triplet: E5, 16 and FC. RGB value is (229,22,252). Sum of RGB (Red+Green+Blue) = 229+22+252=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 22 (8.98% from 255 or 4.37% 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 #E516FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E516FC is #1AE903. Grayscale: #6D6D6D. Windows color (decimal): -1763588 or 16520933. OLE color: 16520933.

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

Color convert

RGB 229 22 252 -
CMYK 0.09 0.91 0 0.01
HSL 294º 0.97% 0.54% -
HSV(B) 294º 0.91% 0.99% -
XYZ 50.17 24.26 94.13 -
YUV 110.11 208.08 212.8 -
System Red Green Blue C M Y K H S L
Decimal 229 22 252 0.09 0.91 0 0.01 294 0.97 0.54
Hex E5 16 FC 9 5B 0 1 126 61 36
Octal 345 26 374 11 133 0 1 446 141 66
Binary 11100101 10110 11111100 1001 1011011 0 1 100100110 1100001 110110

Color Harmonies of #E516FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E516FC

Black with #E516FC

Text Example


Text Example

White with #E516FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E516FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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