Html Css Color HEX #E121EE Psychedelic Purple

📋 copy color: '#E121EE'

red 225 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #E121EE

Tints of Psychedelic Purple #E121EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.65%

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

R = 45.36%
G = 6.65%
B = 47.98%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E121EE (or 0xE121EE) is known color: Psychedelic Purple. HEX triplet: E1, 21 and EE. RGB value is (225,33,238). Sum of RGB (Red+Green+Blue) = 225+33+238=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #E121EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121EE is #1EDE11. Grayscale: #717171. Windows color (decimal): -2022930 or 15606241. OLE color: 15606241.

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

Color convert

RGB 225 33 238 -
CMYK 0.05 0.86 0 0.07
HSL 296.2º 0.86% 0.53% -
HSV(B) 296.2º 0.86% 0.93% -
XYZ 47.03 23.27 82.9 -
YUV 113.78 198.11 207.33 -
System Red Green Blue C M Y K H S L
Decimal 225 33 238 0.05 0.86 0 0.07 296.2 0.86 0.53
Hex E1 21 EE 5 56 0 7 128 56 35
Octal 341 41 356 5 126 0 7 450 126 65
Binary 11100001 100001 11101110 101 1010110 0 111 100101000 1010110 110101

Color Harmonies of #E121EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E121EE

Black with #E121EE

Text Example


Text Example

White with #E121EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E121EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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