Html Css Color HEX #E012EC Psychedelic Purple

📋 copy color: '#E012EC'

red 224 ◦ green 18 ◦ blue 236

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

Shades of Psychedelic Purple #E012EC

Tints of Psychedelic Purple #E012EC

RGB

 RED value IS 224 (87.89% from 255) = 46.86%

 GREEN value IS 18 (7.42% from 255) = 3.77%

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

R = 46.86%
G = 3.77%
B = 49.37%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E012EC (or 0xE012EC) is known color: Psychedelic Purple. HEX triplet: E0, 12 and EC. RGB value is (224,18,236). Sum of RGB (Red+Green+Blue) = 224+18+236=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 18 (7.42% from 255 or 3.77% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #E012EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012EC is #1FED13. Grayscale: #676767. Windows color (decimal): -2092308 or 15471328. OLE color: 15471328.

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

Color convert

RGB 224 18 236 -
CMYK 0.05 0.92 0 0.07
HSL 296.7º 0.86% 0.5% -
HSV(B) 296.7º 0.92% 0.93% -
XYZ 46.1 22.34 81.24 -
YUV 104.45 202.25 213.27 -
System Red Green Blue C M Y K H S L
Decimal 224 18 236 0.05 0.92 0 0.07 296.7 0.86 0.5
Hex E0 12 EC 5 5C 0 7 129 56 32
Octal 340 22 354 5 134 0 7 451 126 62
Binary 11100000 10010 11101100 101 1011100 0 111 100101001 1010110 110010

Color Harmonies of #E012EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012EC

Black with #E012EC

Text Example


Text Example

White with #E012EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012EC; }

 p { color: rgb(224,18,236); }

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

background-color css

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

 a { background-color: rgb(224,18,236); }

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

border-color css

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

 span { border-color: rgb(224,18,236); }

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