Html Css Color HEX #E111EA Psychedelic Purple

📋 copy color: '#E111EA'

red 225 ◦ green 17 ◦ blue 234

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

Shades of Psychedelic Purple #E111EA

Tints of Psychedelic Purple #E111EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.57%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 47.27%
G = 3.57%
B = 49.16%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E111EA (or 0xE111EA) is known color: Psychedelic Purple. HEX triplet: E1, 11 and EA. RGB value is (225,17,234). Sum of RGB (Red+Green+Blue) = 225+17+234=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #E111EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E111EA is #1EEE15. Grayscale: #676767. Windows color (decimal): -2027030 or 15340001. OLE color: 15340001.

HSL color Cylindrical-coordinate representation of color #E111EA: hue angle of 297.51º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E111EA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 17 234 -
CMYK 0.04 0.93 0 0.08
HSL 297.51º 0.86% 0.49% -
HSV(B) 297.51º 0.93% 0.92% -
XYZ 46.1 22.35 79.73 -
YUV 103.93 201.41 214.36 -
System Red Green Blue C M Y K H S L
Decimal 225 17 234 0.04 0.93 0 0.08 297.51 0.86 0.49
Hex E1 11 EA 4 5D 0 8 12A 56 31
Octal 341 21 352 4 135 0 10 452 126 61
Binary 11100001 10001 11101010 100 1011101 0 1000 100101010 1010110 110001

Color Harmonies of #E111EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111EA

Black with #E111EA

Text Example


Text Example

White with #E111EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111EA; }

 p { color: rgb(225,17,234); }

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

background-color css

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

 a { background-color: rgb(225,17,234); }

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

border-color css

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

 span { border-color: rgb(225,17,234); }

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