Html Css Color HEX #E11EEE Psychedelic Purple

📋 copy color: '#E11EEE'

red 225 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #E11EEE

Tints of Psychedelic Purple #E11EEE

RGB

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

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

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

R = 45.64%
G = 6.09%
B = 48.28%

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

#E11EEE (or 0xE11EEE) is known color: Psychedelic Purple. HEX triplet: E1, 1E and EE. RGB value is (225,30,238). Sum of RGB (Red+Green+Blue) = 225+30+238=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 30 (12.11% from 255 or 6.09% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #E11EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11EEE is #1EE111. Grayscale: #6F6F6F. Windows color (decimal): -2023698 or 15605473. OLE color: 15605473.

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

Color convert

RGB 225 30 238 -
CMYK 0.05 0.87 0 0.07
HSL 296.25º 0.86% 0.53% -
HSV(B) 296.25º 0.87% 0.93% -
XYZ 46.95 23.11 82.87 -
YUV 112.02 199.1 208.59 -
System Red Green Blue C M Y K H S L
Decimal 225 30 238 0.05 0.87 0 0.07 296.25 0.86 0.53
Hex E1 1E EE 5 57 0 7 128 56 35
Octal 341 36 356 5 127 0 7 450 126 65
Binary 11100001 11110 11101110 101 1010111 0 111 100101000 1010110 110101

Color Harmonies of #E11EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11EEE

Black with #E11EEE

Text Example


Text Example

White with #E11EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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