#E10CE7

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

Shades of Psychedelic Purple #E10CE7

Tints of Psychedelic Purple #E10CE7

Color information

#E10CE7 (or 0xE10CE7) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 0C and E7. RGB value is (225,12,231). Sum of RGB (Red+Green+Blue) = 225+12+231=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #E10CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CE7 is #1EF318. Grayscale: #636363. Windows color (decimal): -2028313 or 15142113. OLE color: 15142113.

HSL color Cylindrical-coordinate representation of color #E10CE7: hue angle of 298.36º 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 #E10CE7 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22512231-
CMYK0.030.9500.09
HSL298.36º90.12%47.65%-
HSV(B)298.36º94.81%90.59%-
XYZ45.6122.0477.45-
YUV100.65201.57216.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 12 (5.08% from 255) = 2.56%
BLUE value IS 231 (90.62% from 255) = 49.36%
R=48.08%
G=2.56%
B=49.36%

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
Decimal225122310.030.9500.09298.3690.1247.65
HexE1CE735F0912a5a30
Octal34114347313701145213260
Binary11100001110011100111111011111010011001010101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CE7; }

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

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

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

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

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

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

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

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