Html Css Color HEX #E513FC Psychedelic Purple

📋 copy color: '#E513FC'

red 229 ◦ green 19 ◦ blue 252

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

Shades of Psychedelic Purple #E513FC

Tints of Psychedelic Purple #E513FC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.8%

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

R = 45.8%
G = 3.8%
B = 50.4%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E513FC (or 0xE513FC) is known color: Psychedelic Purple. HEX triplet: E5, 13 and FC. RGB value is (229,19,252). Sum of RGB (Red+Green+Blue) = 229+19+252=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E513FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E513FC is #1AEC03. Grayscale: #6B6B6B. Windows color (decimal): -1764356 or 16520165. OLE color: 16520165.

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

Color convert

RGB 229 19 252 -
CMYK 0.09 0.92 0 0.01
HSL 294.08º 0.97% 0.53% -
HSV(B) 294.08º 0.92% 0.99% -
XYZ 50.12 24.15 94.12 -
YUV 108.35 209.07 214.05 -
System Red Green Blue C M Y K H S L
Decimal 229 19 252 0.09 0.92 0 0.01 294.08 0.97 0.53
Hex E5 13 FC 9 5C 0 1 126 61 35
Octal 345 23 374 11 134 0 1 446 141 65
Binary 11100101 10011 11111100 1001 1011100 0 1 100100110 1100001 110101

Color Harmonies of #E513FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513FC

Black with #E513FC

Text Example


Text Example

White with #E513FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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