#E40CED

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

Shades of Psychedelic Purple #E40CED

Tints of Psychedelic Purple #E40CED

Color information

#E40CED (or 0xE40CED) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0C and ED. RGB value is (228,12,237). Sum of RGB (Red+Green+Blue) = 228+12+237=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #E40CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CED is #1BF312. Grayscale: #656565. Windows color (decimal): -1831699 or 15535332. OLE color: 15535332.

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

Color convert

RGB22812237-
CMYK0.040.9500.07
HSL297.6º90.36%48.82%-
HSV(B)297.6º94.94%92.94%-
XYZ47.4122.8782.04-
YUV102.23204.06217.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 12 (5.08% from 255) = 2.52%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=47.80%
G=2.52%
B=49.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228122370.040.9500.07297.690.3648.82
HexE4CED45F0712a5a31
Octal3441435541370745213261
Binary11100100110011101101100101111101111001010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40CED; }

 p { color: rgb(228,12,237); }

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

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

 a { background-color: rgb(228,12,237); }

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

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

 span { border-color: rgb(228,12,237); }

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