#E70CE3

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

Shades of Psychedelic Purple #E70CE3

Tints of Psychedelic Purple #E70CE3

Color information

#E70CE3 (or 0xE70CE3) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 0C and E3. RGB value is (231,12,227). Sum of RGB (Red+Green+Blue) = 231+12+227=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 12 (5.08% from 255 or 2.55% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CE3 is #18F31C. Grayscale: #656565. Windows color (decimal): -1635101 or 14879975. OLE color: 14879975.

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

Color convert

RGB23112227-
CMYK00.950.020.09
HSL301.1º90.12%47.65%-
HSV(B)301.1º94.81%90.59%-
XYZ46.9522.874.6-
YUV101.99198.55220.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 12 (5.08% from 255) = 2.55%
BLUE value IS 227 (89.06% from 255) = 48.30%
R=49.15%
G=2.55%
B=48.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311222700.950.020.09301.190.1247.65
HexE7CE305F2912d5a30
Octal34714343013721145513260
Binary11100111110011100011010111111010011001011011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70CE3; }

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

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

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

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

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

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

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

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