#E1439F

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

Shades of Deep Cerise #E1439F

Tints of Deep Cerise #E1439F

Color information

#E1439F (or 0xE1439F) is unknown color: approx Deep Cerise. HEX triplet: E1, 43 and 9F. RGB value is (225,67,159). Sum of RGB (Red+Green+Blue) = 225+67+159=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1439F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1439F is #1EBC60. Grayscale: #7C7C7C. Windows color (decimal): -2014305 or 10437601. OLE color: 10437601.

HSL color Cylindrical-coordinate representation of color #E1439F: hue angle of 325.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1439F is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22567159-
CMYK00.700.290.12
HSL325.06º72.48%57.25%-
HSV(B)325.06º70.22%88.24%-
XYZ39.3222.5335.08-
YUV124.73147.35199.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=49.89%
G=14.86%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256715900.700.290.12325.0672.4857.25
HexE1439F0461DC1454839
Octal3411032370106351450511071
Binary11100001100001110011111010001101110111001010001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1439F; }

 p { color: rgb(225,67,159); }

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

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

 a { background-color: rgb(225,67,159); }

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

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

 span { border-color: rgb(225,67,159); }

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