Html Css Color HEX #E12FFF Psychedelic Purple

📋 copy color: '#E12FFF'

red 225 ◦ green 47 ◦ blue 255

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

Shades of Psychedelic Purple #E12FFF

Tints of Psychedelic Purple #E12FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 42.69%
G = 8.92%
B = 48.39%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E12FFF (or 0xE12FFF) is known color: Psychedelic Purple. HEX triplet: E1, 2F and FF. RGB value is (225,47,255). Sum of RGB (Red+Green+Blue) = 225+47+255=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #E12FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FFF is #1ED000. Grayscale: #7B7B7B. Windows color (decimal): -2019329 or 16723937. OLE color: 16723937.

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

Color convert

RGB 225 47 255 -
CMYK 0.12 0.82 0 0
HSL 291.35º 1% 0.59% -
HSV(B) 291.35º 0.82% 1% -
XYZ 50.12 25.26 96.84 -
YUV 123.93 201.97 200.09 -
System Red Green Blue C M Y K H S L
Decimal 225 47 255 0.12 0.82 0 0 291.35 1 0.59
Hex E1 2F FF C 52 0 0 123 64 3B
Octal 341 57 377 14 122 0 0 443 144 73
Binary 11100001 101111 11111111 1100 1010010 0 0 100100011 1100100 111011

Color Harmonies of #E12FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FFF

Black with #E12FFF

Text Example


Text Example

White with #E12FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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