#E41CE6

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

Shades of Psychedelic Purple #E41CE6

Tints of Psychedelic Purple #E41CE6

Color information

#E41CE6 (or 0xE41CE6) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 1C and E6. RGB value is (228,28,230). Sum of RGB (Red+Green+Blue) = 228+28+230=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #E41CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E41CE6 is #1BE319. Grayscale: #6E6E6E. Windows color (decimal): -1827610 or 15080676. OLE color: 15080676.

HSL color Cylindrical-coordinate representation of color #E41CE6: hue angle of 299.41º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41CE6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22828230-
CMYK0.010.8800.10
HSL299.41º80.16%50.59%-
HSV(B)299.41º87.83%90.2%-
XYZ46.6923.0476.85-
YUV110.83195.26211.57-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.91%
GREEN value IS 28 (11.33% from 255) = 5.76%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=46.91%
G=5.76%
B=47.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal228282300.010.8800.10299.4180.1650.59
HexE41CE61580A12b5033
Octal34434346113001245312063
Binary11100100111001110011011011000010101001010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41CE6; }

 p { color: rgb(228,28,230); }

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

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

 a { background-color: rgb(228,28,230); }

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

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

 span { border-color: rgb(228,28,230); }

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