#E110E6

Color #E110E6 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E110E6

Tints of Psychedelic Purple #E110E6

Color information

#E110E6 (or 0xE110E6) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 10 and E6. RGB value is (225,16,230). Sum of RGB (Red+Green+Blue) = 225+16+230=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #E110E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E110E6 is #1EEF19. Grayscale: #666666. Windows color (decimal): -2027290 or 15077601. OLE color: 15077601.

HSL color Cylindrical-coordinate representation of color #E110E6: hue angle of 298.6º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110E6 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22516230-
CMYK0.020.9300.10
HSL298.6º86.99%48.24%-
HSV(B)298.6º93.04%90.2%-
XYZ45.5222.0976.73-
YUV102.89199.74215.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 16 (6.64% from 255) = 3.40%
BLUE value IS 230 (90.23% from 255) = 48.83%
R=47.77%
G=3.40%
B=48.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal225162300.020.9300.10298.686.9948.24
HexE110E625D0A12b5730
Octal34120346213501245312760
Binary111000011000011100110101011101010101001010111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E110E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E110E6; }

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

 H1.HeaderClassName
 {
   color: #E110E6;
 }
 .AnyTagClassName
 {
   color: #E110E6;
 }
</style>
background-color css

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

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

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

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

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

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