Html Css Color HEX #E12EEF Psychedelic Purple

📋 copy color: '#E12EEF'

red 225 ◦ green 46 ◦ blue 239

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

Shades of Psychedelic Purple #E12EEF

Tints of Psychedelic Purple #E12EEF

RGB

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

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

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

R = 44.12%
G = 9.02%
B = 46.86%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E12EEF (or 0xE12EEF) is known color: Psychedelic Purple. HEX triplet: E1, 2E and EF. RGB value is (225,46,239). Sum of RGB (Red+Green+Blue) = 225+46+239=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #E12EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EEF is #1ED110. Grayscale: #787878. Windows color (decimal): -2019601 or 15675105. OLE color: 15675105.

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

Color convert

RGB 225 46 239 -
CMYK 0.06 0.81 0 0.06
HSL 295.65º 0.86% 0.56% -
HSV(B) 295.65º 0.81% 0.94% -
XYZ 47.61 24.19 83.82 -
YUV 121.52 194.3 201.81 -
System Red Green Blue C M Y K H S L
Decimal 225 46 239 0.06 0.81 0 0.06 295.65 0.86 0.56
Hex E1 2E EF 6 51 0 6 128 56 38
Octal 341 56 357 6 121 0 6 450 126 70
Binary 11100001 101110 11101111 110 1010001 0 110 100101000 1010110 111000

Color Harmonies of #E12EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EEF

Black with #E12EEF

Text Example


Text Example

White with #E12EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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