Html Css Color HEX #E12FFE Psychedelic Purple

📋 copy color: '#E12FFE'

red 225 ◦ green 47 ◦ blue 254

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

Shades of Psychedelic Purple #E12FFE

Tints of Psychedelic Purple #E12FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.94%

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

R = 42.78%
G = 8.94%
B = 48.29%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E12FFE (or 0xE12FFE) is known color: Psychedelic Purple. HEX triplet: E1, 2F and FE. RGB value is (225,47,254). Sum of RGB (Red+Green+Blue) = 225+47+254=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 47 (18.75% from 255 or 8.94% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #E12FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FFE is #1ED001. Grayscale: #7B7B7B. Windows color (decimal): -2019330 or 16658401. OLE color: 16658401.

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

Color convert

RGB 225 47 254 -
CMYK 0.11 0.81 0 0.00
HSL 291.59º 0.99% 0.59% -
HSV(B) 291.59º 0.81% 1% -
XYZ 49.96 25.2 96 -
YUV 123.82 201.47 200.17 -
System Red Green Blue C M Y K H S L
Decimal 225 47 254 0.11 0.81 0 0.00 291.59 0.99 0.59
Hex E1 2F FE B 51 0 0 124 63 3B
Octal 341 57 376 13 121 0 0 444 143 73
Binary 11100001 101111 11111110 1011 1010001 0 0 100100100 1100011 111011

Color Harmonies of #E12FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FFE

Black with #E12FFE

Text Example


Text Example

White with #E12FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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