#E612E1

Color #E612E1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E612E1

Tints of Deep Magenta #E612E1

Color information

#E612E1 (or 0xE612E1) is unknown color: approx Deep Magenta. HEX triplet: E6, 12 and E1. RGB value is (230,18,225). Sum of RGB (Red+Green+Blue) = 230+18+225=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E612E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612E1 is #19ED1E. Grayscale: #686868. Windows color (decimal): -1699103 or 14750438. OLE color: 14750438.

HSL color Cylindrical-coordinate representation of color #E612E1: hue angle of 301.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612E1 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB23018225-
CMYK00.920.020.10
HSL301.42º85.48%48.63%-
HSV(B)301.42º92.17%90.2%-
XYZ46.4422.6973.17-
YUV104.99195.74217.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.63%
GREEN value IS 18 (7.42% from 255) = 3.81%
BLUE value IS 225 (88.28% from 255) = 47.57%
R=48.63%
G=3.81%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301822500.920.020.10301.4285.4848.63
HexE612E105C2A12d5531
Octal34622341013421245512561
Binary111001101001011100001010111001010101001011011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E612E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E612E1; }

 p { color: rgb(230,18,225); }

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

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

 a { background-color: rgb(230,18,225); }

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

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

 span { border-color: rgb(230,18,225); }

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