Html Css Color HEX #E12AFE Psychedelic Purple

📋 copy color: '#E12AFE'

red 225 ◦ green 42 ◦ blue 254

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

Shades of Psychedelic Purple #E12AFE

Tints of Psychedelic Purple #E12AFE

RGB

 RED value IS 225 (88.28% from 255) = 43.19%

 GREEN value IS 42 (16.8% from 255) = 8.06%

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

R = 43.19%
G = 8.06%
B = 48.75%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E12AFE (or 0xE12AFE) is known color: Psychedelic Purple. HEX triplet: E1, 2A and FE. RGB value is (225,42,254). Sum of RGB (Red+Green+Blue) = 225+42+254=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 42 (16.80% from 255 or 8.06% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #E12AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12AFE is #1ED501. Grayscale: #787878. Windows color (decimal): -2020610 or 16657121. OLE color: 16657121.

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

Color convert

RGB 225 42 254 -
CMYK 0.11 0.83 0 0.00
HSL 291.79º 0.99% 0.58% -
HSV(B) 291.79º 0.83% 1% -
XYZ 49.77 24.82 95.93 -
YUV 120.89 203.13 202.26 -
System Red Green Blue C M Y K H S L
Decimal 225 42 254 0.11 0.83 0 0.00 291.79 0.99 0.58
Hex E1 2A FE B 53 0 0 124 63 3A
Octal 341 52 376 13 123 0 0 444 143 72
Binary 11100001 101010 11111110 1011 1010011 0 0 100100100 1100011 111010

Color Harmonies of #E12AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AFE

Black with #E12AFE

Text Example


Text Example

White with #E12AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AFE; }

 p { color: rgb(225,42,254); }

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

background-color css

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

 a { background-color: rgb(225,42,254); }

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

border-color css

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

 span { border-color: rgb(225,42,254); }

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