Html Css Color HEX #E512FC Psychedelic Purple

📋 copy color: '#E512FC'

red 229 ◦ green 18 ◦ blue 252

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

Shades of Psychedelic Purple #E512FC

Tints of Psychedelic Purple #E512FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.61%

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

R = 45.89%
G = 3.61%
B = 50.5%

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

#E512FC (or 0xE512FC) is known color: Psychedelic Purple. HEX triplet: E5, 12 and FC. RGB value is (229,18,252). Sum of RGB (Red+Green+Blue) = 229+18+252=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 18 (7.42% from 255 or 3.61% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #E512FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512FC is #1AED03. Grayscale: #6B6B6B. Windows color (decimal): -1764612 or 16519909. OLE color: 16519909.

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

Color convert

RGB 229 18 252 -
CMYK 0.09 0.93 0 0.01
HSL 294.1º 0.98% 0.53% -
HSV(B) 294.1º 0.93% 0.99% -
XYZ 50.1 24.12 94.11 -
YUV 107.77 209.4 214.47 -
System Red Green Blue C M Y K H S L
Decimal 229 18 252 0.09 0.93 0 0.01 294.1 0.98 0.53
Hex E5 12 FC 9 5D 0 1 126 62 35
Octal 345 22 374 11 135 0 1 446 142 65
Binary 11100101 10010 11111100 1001 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E512FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512FC

Black with #E512FC

Text Example


Text Example

White with #E512FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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