Html Css Color HEX #E012EA Psychedelic Purple

📋 copy color: '#E012EA'

red 224 ◦ green 18 ◦ blue 234

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

Shades of Psychedelic Purple #E012EA

Tints of Psychedelic Purple #E012EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 47.06%
G = 3.78%
B = 49.16%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E012EA (or 0xE012EA) is known color: Psychedelic Purple. HEX triplet: E0, 12 and EA. RGB value is (224,18,234). Sum of RGB (Red+Green+Blue) = 224+18+234=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #E012EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012EA is #1FED15. Grayscale: #676767. Windows color (decimal): -2092310 or 15340256. OLE color: 15340256.

HSL color Cylindrical-coordinate representation of color #E012EA: hue angle of 297.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E012EA is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 18 234 -
CMYK 0.04 0.92 0 0.08
HSL 297.22º 0.86% 0.49% -
HSV(B) 297.22º 0.92% 0.92% -
XYZ 45.81 22.22 79.72 -
YUV 104.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 224 18 234 0.04 0.92 0 0.08 297.22 0.86 0.49
Hex E0 12 EA 4 5C 0 8 129 56 31
Octal 340 22 352 4 134 0 10 451 126 61
Binary 11100000 10010 11101010 100 1011100 0 1000 100101001 1010110 110001

Color Harmonies of #E012EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012EA

Black with #E012EA

Text Example


Text Example

White with #E012EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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