Html Css Color HEX #E12EEC Psychedelic Purple

📋 copy color: '#E12EEC'

red 225 ◦ green 46 ◦ blue 236

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

Shades of Psychedelic Purple #E12EEC

Tints of Psychedelic Purple #E12EEC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.07%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 44.38%
G = 9.07%
B = 46.55%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E12EEC (or 0xE12EEC) is known color: Psychedelic Purple. HEX triplet: E1, 2E and EC. RGB value is (225,46,236). Sum of RGB (Red+Green+Blue) = 225+46+236=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #E12EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EEC is #1ED113. Grayscale: #787878. Windows color (decimal): -2019604 or 15478497. OLE color: 15478497.

HSL color Cylindrical-coordinate representation of color #E12EEC: hue angle of 296.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12EEC is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 46 236 -
CMYK 0.05 0.81 0 0.07
HSL 296.53º 0.83% 0.55% -
HSV(B) 296.53º 0.81% 0.93% -
XYZ 47.17 24.02 81.51 -
YUV 121.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 225 46 236 0.05 0.81 0 0.07 296.53 0.83 0.55
Hex E1 2E EC 5 51 0 7 129 53 37
Octal 341 56 354 5 121 0 7 451 123 67
Binary 11100001 101110 11101100 101 1010001 0 111 100101001 1010011 110111

Color Harmonies of #E12EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EEC

Black with #E12EEC

Text Example


Text Example

White with #E12EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EEC; }

 p { color: rgb(225,46,236); }

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

background-color css

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

 a { background-color: rgb(225,46,236); }

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

border-color css

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

 span { border-color: rgb(225,46,236); }

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