Html Css Color HEX #E11EEC Psychedelic Purple

📋 copy color: '#E11EEC'

red 225 ◦ green 30 ◦ blue 236

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

Shades of Psychedelic Purple #E11EEC

Tints of Psychedelic Purple #E11EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.11%

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 45.82%
G = 6.11%
B = 48.07%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E11EEC (or 0xE11EEC) is known color: Psychedelic Purple. HEX triplet: E1, 1E and EC. RGB value is (225,30,236). Sum of RGB (Red+Green+Blue) = 225+30+236=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #E11EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EEC is #1EE113. Grayscale: #6F6F6F. Windows color (decimal): -2023700 or 15474401. OLE color: 15474401.

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

Color convert

RGB 225 30 236 -
CMYK 0.05 0.87 0 0.07
HSL 296.8º 0.84% 0.52% -
HSV(B) 296.8º 0.87% 0.93% -
XYZ 46.66 22.99 81.34 -
YUV 111.79 198.1 208.75 -
System Red Green Blue C M Y K H S L
Decimal 225 30 236 0.05 0.87 0 0.07 296.8 0.84 0.52
Hex E1 1E EC 5 57 0 7 129 54 34
Octal 341 36 354 5 127 0 7 451 124 64
Binary 11100001 11110 11101100 101 1010111 0 111 100101001 1010100 110100

Color Harmonies of #E11EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EEC

Black with #E11EEC

Text Example


Text Example

White with #E11EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EEC; }

 p { color: rgb(225,30,236); }

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

background-color css

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

 a { background-color: rgb(225,30,236); }

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

border-color css

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

 span { border-color: rgb(225,30,236); }

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