Html Css Color HEX #E12CEB Psychedelic Purple

📋 copy color: '#E12CEB'

red 225 ◦ green 44 ◦ blue 235

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

Shades of Psychedelic Purple #E12CEB

Tints of Psychedelic Purple #E12CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 44.64%
G = 8.73%
B = 46.63%

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

#E12CEB (or 0xE12CEB) is known color: Psychedelic Purple. HEX triplet: E1, 2C and EB. RGB value is (225,44,235). Sum of RGB (Red+Green+Blue) = 225+44+235=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 44 (17.58% from 255 or 8.73% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #E12CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CEB is #1ED314. Grayscale: #777777. Windows color (decimal): -2020117 or 15412449. OLE color: 15412449.

HSL color Cylindrical-coordinate representation of color #E12CEB: hue angle of 296.86º degrees, saturation: 0.83, 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 #E12CEB is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 44 235 -
CMYK 0.04 0.81 0 0.08
HSL 296.86º 0.83% 0.55% -
HSV(B) 296.86º 0.81% 0.92% -
XYZ 46.95 23.81 80.72 -
YUV 119.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 225 44 235 0.04 0.81 0 0.08 296.86 0.83 0.55
Hex E1 2C EB 4 51 0 8 129 53 37
Octal 341 54 353 4 121 0 10 451 123 67
Binary 11100001 101100 11101011 100 1010001 0 1000 100101001 1010011 110111

Color Harmonies of #E12CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CEB

Black with #E12CEB

Text Example


Text Example

White with #E12CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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