#E1368E

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

Shades of Deep Cerise #E1368E

Tints of Deep Cerise #E1368E

Color information

#E1368E (or 0xE1368E) is unknown color: approx Deep Cerise. HEX triplet: E1, 36 and 8E. RGB value is (225,54,142). Sum of RGB (Red+Green+Blue) = 225+54+142=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1368E is #1EC971. Grayscale: #727272. Windows color (decimal): -2017650 or 9320161. OLE color: 9320161.

HSL color Cylindrical-coordinate representation of color #E1368E: hue angle of 329.12º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1368E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB22554142-
CMYK00.760.370.12
HSL329.12º74.03%54.71%-
HSV(B)329.12º76%88.24%-
XYZ37.2520.627.6-
YUV115.16143.15206.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 54 (21.48% from 255) = 12.83%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=53.44%
G=12.83%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255414200.760.370.12329.1274.0354.71
HexE1368E04C25C1494a37
Octal341662160114451451111267
Binary11100001110110100011100100110010010111001010010011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1368E; }

 p { color: rgb(225,54,142); }

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

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

 a { background-color: rgb(225,54,142); }

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

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

 span { border-color: rgb(225,54,142); }

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