Html Css Color HEX #E512FE Psychedelic Purple

📋 copy color: '#E512FE'

red 229 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #E512FE

Tints of Psychedelic Purple #E512FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 45.71%
G = 3.59%
B = 50.7%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E512FE (or 0xE512FE) is known color: Psychedelic Purple. HEX triplet: E5, 12 and FE. RGB value is (229,18,254). Sum of RGB (Red+Green+Blue) = 229+18+254=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E512FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512FE is #1AED01. Grayscale: #6B6B6B. Windows color (decimal): -1764610 or 16650981. OLE color: 16650981.

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

Color convert

RGB 229 18 254 -
CMYK 0.10 0.93 0 0.00
HSL 293.64º 0.99% 0.53% -
HSV(B) 293.64º 0.93% 1% -
XYZ 50.42 24.25 95.79 -
YUV 107.99 210.4 214.31 -
System Red Green Blue C M Y K H S L
Decimal 229 18 254 0.10 0.93 0 0.00 293.64 0.99 0.53
Hex E5 12 FE A 5D 0 0 126 63 35
Octal 345 22 376 12 135 0 0 446 143 65
Binary 11100101 10010 11111110 1010 1011101 0 0 100100110 1100011 110101

Color Harmonies of #E512FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512FE

Black with #E512FE

Text Example


Text Example

White with #E512FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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