Html Css Color HEX #E12BEE Psychedelic Purple

📋 copy color: '#E12BEE'

red 225 ◦ green 43 ◦ blue 238

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

Shades of Psychedelic Purple #E12BEE

Tints of Psychedelic Purple #E12BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 44.47%
G = 8.5%
B = 47.04%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E12BEE (or 0xE12BEE) is known color: Psychedelic Purple. HEX triplet: E1, 2B and EE. RGB value is (225,43,238). Sum of RGB (Red+Green+Blue) = 225+43+238=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 43 (17.19% from 255 or 8.50% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #E12BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12BEE is #1ED411. Grayscale: #777777. Windows color (decimal): -2020370 or 15608801. OLE color: 15608801.

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

Color convert

RGB 225 43 238 -
CMYK 0.05 0.82 0 0.07
HSL 296º 0.85% 0.55% -
HSV(B) 296º 0.82% 0.93% -
XYZ 47.35 23.91 83.01 -
YUV 119.65 194.8 203.14 -
System Red Green Blue C M Y K H S L
Decimal 225 43 238 0.05 0.82 0 0.07 296 0.85 0.55
Hex E1 2B EE 5 52 0 7 128 55 37
Octal 341 53 356 5 122 0 7 450 125 67
Binary 11100001 101011 11101110 101 1010010 0 111 100101000 1010101 110111

Color Harmonies of #E12BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BEE

Black with #E12BEE

Text Example


Text Example

White with #E12BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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