#e30dec

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

Shades of Psychedelic Purple #E30DEC

Tints of Psychedelic Purple #E30DEC

Color information

#E30DEC (or 0xE30DEC) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 0D and EC. RGB value is (227,13,236). Sum of RGB (Red+Green+Blue) = 227+13+236=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #E30DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DEC is #1CF213. Grayscale: #656565. Windows color (decimal): -1896980 or 15470051. OLE color: 15470051.

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

Color convert

RGB22713236-
CMYK0.040.9400.07
HSL297.58º89.56%48.82%-
HSV(B)297.58º94.49%92.55%-
XYZ46.9622.6781.26-
YUV102.41203.4216.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.69%
GREEN value IS 13 (5.47% from 255) = 2.73%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=47.69%
G=2.73%
B=49.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227132360.040.9400.07297.5889.5648.82
HexE3DEC45E0712a5a31
Octal3431535441360745213261
Binary11100011110111101100100101111001111001010101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e30dec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e30dec; }

 p { color: rgb(227,13,236); }

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

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

 a { background-color: rgb(227,13,236); }

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

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

 span { border-color: rgb(227,13,236); }

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