Html Css Color HEX #E112EE Psychedelic Purple

📋 copy color: '#E112EE'

red 225 ◦ green 18 ◦ blue 238

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

Shades of Psychedelic Purple #E112EE

Tints of Psychedelic Purple #E112EE

RGB

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

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

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

R = 46.78%
G = 3.74%
B = 49.48%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E112EE (or 0xE112EE) is known color: Psychedelic Purple. HEX triplet: E1, 12 and EE. RGB value is (225,18,238). Sum of RGB (Red+Green+Blue) = 225+18+238=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #E112EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112EE is #1EED11. Grayscale: #686868. Windows color (decimal): -2026770 or 15602401. OLE color: 15602401.

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

Color convert

RGB 225 18 238 -
CMYK 0.05 0.92 0 0.07
HSL 296.45º 0.87% 0.5% -
HSV(B) 296.45º 0.92% 0.93% -
XYZ 46.7 22.61 82.79 -
YUV 104.97 203.08 213.61 -
System Red Green Blue C M Y K H S L
Decimal 225 18 238 0.05 0.92 0 0.07 296.45 0.87 0.5
Hex E1 12 EE 5 5C 0 7 128 57 32
Octal 341 22 356 5 134 0 7 450 127 62
Binary 11100001 10010 11101110 101 1011100 0 111 100101000 1010111 110010

Color Harmonies of #E112EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112EE

Black with #E112EE

Text Example


Text Example

White with #E112EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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