Html Css Color HEX #E110EE Psychedelic Purple

📋 copy color: '#E110EE'

red 225 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #E110EE

Tints of Psychedelic Purple #E110EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.34%

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

R = 46.97%
G = 3.34%
B = 49.69%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E110EE (or 0xE110EE) is known color: Psychedelic Purple. HEX triplet: E1, 10 and EE. RGB value is (225,16,238). Sum of RGB (Red+Green+Blue) = 225+16+238=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #E110EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E110EE is #1EEF11. Grayscale: #676767. Windows color (decimal): -2027282 or 15601889. OLE color: 15601889.

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

Color convert

RGB 225 16 238 -
CMYK 0.05 0.93 0 0.07
HSL 296.49º 0.87% 0.5% -
HSV(B) 296.49º 0.93% 0.93% -
XYZ 46.67 22.55 82.78 -
YUV 103.8 203.74 214.45 -
System Red Green Blue C M Y K H S L
Decimal 225 16 238 0.05 0.93 0 0.07 296.49 0.87 0.5
Hex E1 10 EE 5 5D 0 7 128 57 32
Octal 341 20 356 5 135 0 7 450 127 62
Binary 11100001 10000 11101110 101 1011101 0 111 100101000 1010111 110010

Color Harmonies of #E110EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110EE

Black with #E110EE

Text Example


Text Example

White with #E110EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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