Html Css Color HEX #E511FC Psychedelic Purple

📋 copy color: '#E511FC'

red 229 ◦ green 17 ◦ blue 252

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

Shades of Psychedelic Purple #E511FC

Tints of Psychedelic Purple #E511FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.41%

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

R = 45.98%
G = 3.41%
B = 50.6%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E511FC (or 0xE511FC) is known color: Psychedelic Purple. HEX triplet: E5, 11 and FC. RGB value is (229,17,252). Sum of RGB (Red+Green+Blue) = 229+17+252=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 17 (7.03% from 255 or 3.41% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #E511FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FC is #1AEE03. Grayscale: #6A6A6A. Windows color (decimal): -1764868 or 16519653. OLE color: 16519653.

HSL color Cylindrical-coordinate representation of color #E511FC: hue angle of 294.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511FC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 17 252 -
CMYK 0.09 0.93 0 0.01
HSL 294.13º 0.98% 0.53% -
HSV(B) 294.13º 0.93% 0.99% -
XYZ 50.08 24.09 94.11 -
YUV 107.18 209.74 214.89 -
System Red Green Blue C M Y K H S L
Decimal 229 17 252 0.09 0.93 0 0.01 294.13 0.98 0.53
Hex E5 11 FC 9 5D 0 1 126 62 35
Octal 345 21 374 11 135 0 1 446 142 65
Binary 11100101 10001 11111100 1001 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E511FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511FC

Black with #E511FC

Text Example


Text Example

White with #E511FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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