#E10CE9

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

Shades of Psychedelic Purple #E10CE9

Tints of Psychedelic Purple #E10CE9

Color information

#E10CE9 (or 0xE10CE9) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 0C and E9. RGB value is (225,12,233). Sum of RGB (Red+Green+Blue) = 225+12+233=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #E10CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CE9 is #1EF316. Grayscale: #646464. Windows color (decimal): -2028311 or 15273185. OLE color: 15273185.

HSL color Cylindrical-coordinate representation of color #E10CE9: hue angle of 297.83º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CE9 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22512233-
CMYK0.030.9500.09
HSL297.83º90.2%48.04%-
HSV(B)297.83º94.85%91.37%-
XYZ45.8922.1578.95-
YUV100.88202.57216.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 12 (5.08% from 255) = 2.55%
BLUE value IS 233 (91.41% from 255) = 49.57%
R=47.87%
G=2.55%
B=49.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal225122330.030.9500.09297.8390.248.04
HexE1CE935F0912a5a30
Octal34114351313701145213260
Binary11100001110011101001111011111010011001010101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CE9; }

 p { color: rgb(225,12,233); }

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

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

 a { background-color: rgb(225,12,233); }

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

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

 span { border-color: rgb(225,12,233); }

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