Html Css Color HEX #E12FEF Psychedelic Purple

📋 copy color: '#E12FEF'

red 225 ◦ green 47 ◦ blue 239

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

Shades of Psychedelic Purple #E12FEF

Tints of Psychedelic Purple #E12FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 44.03%
G = 9.2%
B = 46.77%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E12FEF (or 0xE12FEF) is known color: Psychedelic Purple. HEX triplet: E1, 2F and EF. RGB value is (225,47,239). Sum of RGB (Red+Green+Blue) = 225+47+239=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #E12FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FEF is #1ED010. Grayscale: #797979. Windows color (decimal): -2019345 or 15675361. OLE color: 15675361.

HSL color Cylindrical-coordinate representation of color #E12FEF: hue angle of 295.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12FEF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 47 239 -
CMYK 0.06 0.80 0 0.06
HSL 295.63º 0.86% 0.56% -
HSV(B) 295.63º 0.8% 0.94% -
XYZ 47.65 24.27 83.84 -
YUV 122.11 193.97 201.39 -
System Red Green Blue C M Y K H S L
Decimal 225 47 239 0.06 0.80 0 0.06 295.63 0.86 0.56
Hex E1 2F EF 6 50 0 6 128 56 38
Octal 341 57 357 6 120 0 6 450 126 70
Binary 11100001 101111 11101111 110 1010000 0 110 100101000 1010110 111000

Color Harmonies of #E12FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FEF

Black with #E12FEF

Text Example


Text Example

White with #E12FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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