Html Css Color HEX #E112ED Psychedelic Purple

📋 copy color: '#E112ED'

red 225 ◦ green 18 ◦ blue 237

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

Shades of Psychedelic Purple #E112ED

Tints of Psychedelic Purple #E112ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 46.88%
G = 3.75%
B = 49.38%

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

#E112ED (or 0xE112ED) is known color: Psychedelic Purple. HEX triplet: E1, 12 and ED. RGB value is (225,18,237). Sum of RGB (Red+Green+Blue) = 225+18+237=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #E112ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E112ED is #1EED12. Grayscale: #686868. Windows color (decimal): -2026771 or 15536865. OLE color: 15536865.

HSL color Cylindrical-coordinate representation of color #E112ED: hue angle of 296.71º degrees, saturation: 0.86, 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 #E112ED is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 18 237 -
CMYK 0.05 0.92 0 0.07
HSL 296.71º 0.86% 0.5% -
HSV(B) 296.71º 0.92% 0.93% -
XYZ 46.55 22.55 82.02 -
YUV 104.86 202.58 213.69 -
System Red Green Blue C M Y K H S L
Decimal 225 18 237 0.05 0.92 0 0.07 296.71 0.86 0.5
Hex E1 12 ED 5 5C 0 7 129 56 32
Octal 341 22 355 5 134 0 7 451 126 62
Binary 11100001 10010 11101101 101 1011100 0 111 100101001 1010110 110010

Color Harmonies of #E112ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112ED

Black with #E112ED

Text Example


Text Example

White with #E112ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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