#E70CF7

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

Shades of Psychedelic Purple #E70CF7

Tints of Psychedelic Purple #E70CF7

Color information

#E70CF7 (or 0xE70CF7) is unknown color: approx Psychedelic Purple. HEX triplet: E7, 0C and F7. RGB value is (231,12,247). Sum of RGB (Red+Green+Blue) = 231+12+247=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #E70CF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CF7 is #18F308. Grayscale: #676767. Windows color (decimal): -1635081 or 16190695. OLE color: 16190695.

HSL color Cylindrical-coordinate representation of color #E70CF7: hue angle of 295.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70CF7 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23112247-
CMYK0.060.9500.03
HSL295.91º93.63%50.78%-
HSV(B)295.91º95.14%96.86%-
XYZ49.8723.9789.99-
YUV104.27208.55218.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 12 (5.08% from 255) = 2.45%
BLUE value IS 247 (96.88% from 255) = 50.41%
R=47.14%
G=2.45%
B=50.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal231122470.060.9500.03295.9193.6350.78
HexE7CF765F031285e33
Octal3471436761370345013663
Binary1110011111001111011111010111110111001010001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70CF7; }

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

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

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

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

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

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

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

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