Html Css Color HEX #E12BEA Psychedelic Purple

📋 copy color: '#E12BEA'

red 225 ◦ green 43 ◦ blue 234

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

Shades of Psychedelic Purple #E12BEA

Tints of Psychedelic Purple #E12BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.57%

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

R = 44.82%
G = 8.57%
B = 46.61%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E12BEA (or 0xE12BEA) is known color: Psychedelic Purple. HEX triplet: E1, 2B and EA. RGB value is (225,43,234). Sum of RGB (Red+Green+Blue) = 225+43+234=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 43 (17.19% from 255 or 8.57% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #E12BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12BEA is #1ED415. Grayscale: #767676. Windows color (decimal): -2020374 or 15346657. OLE color: 15346657.

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

Color convert

RGB 225 43 234 -
CMYK 0.04 0.82 0 0.08
HSL 297.17º 0.82% 0.54% -
HSV(B) 297.17º 0.82% 0.92% -
XYZ 46.77 23.68 79.95 -
YUV 119.19 192.8 203.47 -
System Red Green Blue C M Y K H S L
Decimal 225 43 234 0.04 0.82 0 0.08 297.17 0.82 0.54
Hex E1 2B EA 4 52 0 8 129 52 36
Octal 341 53 352 4 122 0 10 451 122 66
Binary 11100001 101011 11101010 100 1010010 0 1000 100101001 1010010 110110

Color Harmonies of #E12BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BEA

Black with #E12BEA

Text Example


Text Example

White with #E12BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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