Html Css Color HEX #E12CEA Psychedelic Purple

📋 copy color: '#E12CEA'

red 225 ◦ green 44 ◦ blue 234

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

Shades of Psychedelic Purple #E12CEA

Tints of Psychedelic Purple #E12CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.75%

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

R = 44.73%
G = 8.75%
B = 46.52%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E12CEA (or 0xE12CEA) is known color: Psychedelic Purple. HEX triplet: E1, 2C and EA. RGB value is (225,44,234). Sum of RGB (Red+Green+Blue) = 225+44+234=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 44 (17.58% from 255 or 8.75% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #E12CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CEA is #1ED315. Grayscale: #777777. Windows color (decimal): -2020118 or 15346913. OLE color: 15346913.

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

Color convert

RGB 225 44 234 -
CMYK 0.04 0.81 0 0.08
HSL 297.16º 0.82% 0.55% -
HSV(B) 297.16º 0.81% 0.92% -
XYZ 46.8 23.75 79.96 -
YUV 119.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 225 44 234 0.04 0.81 0 0.08 297.16 0.82 0.55
Hex E1 2C EA 4 51 0 8 129 52 37
Octal 341 54 352 4 121 0 10 451 122 67
Binary 11100001 101100 11101010 100 1010001 0 1000 100101001 1010010 110111

Color Harmonies of #E12CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CEA

Black with #E12CEA

Text Example


Text Example

White with #E12CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CEA; }

 p { color: rgb(225,44,234); }

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

background-color css

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

 a { background-color: rgb(225,44,234); }

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

border-color css

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

 span { border-color: rgb(225,44,234); }

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