Html Css Color HEX #E12FFC Psychedelic Purple

📋 copy color: '#E12FFC'

red 225 ◦ green 47 ◦ blue 252

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

Shades of Psychedelic Purple #E12FFC

Tints of Psychedelic Purple #E12FFC

RGB

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

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

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

R = 42.94%
G = 8.97%
B = 48.09%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E12FFC (or 0xE12FFC) is known color: Psychedelic Purple. HEX triplet: E1, 2F and FC. RGB value is (225,47,252). Sum of RGB (Red+Green+Blue) = 225+47+252=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 47 (18.75% from 255 or 8.97% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #E12FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FFC is #1ED003. Grayscale: #7A7A7A. Windows color (decimal): -2019332 or 16527329. OLE color: 16527329.

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

Color convert

RGB 225 47 252 -
CMYK 0.11 0.81 0 0.01
HSL 292.1º 0.97% 0.59% -
HSV(B) 292.1º 0.81% 0.99% -
XYZ 49.64 25.07 94.32 -
YUV 123.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 225 47 252 0.11 0.81 0 0.01 292.1 0.97 0.59
Hex E1 2F FC B 51 0 1 124 61 3B
Octal 341 57 374 13 121 0 1 444 141 73
Binary 11100001 101111 11111100 1011 1010001 0 1 100100100 1100001 111011

Color Harmonies of #E12FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FFC

Black with #E12FFC

Text Example


Text Example

White with #E12FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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