#E1438F

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

Shades of Deep Cerise #E1438F

Tints of Deep Cerise #E1438F

Color information

#E1438F (or 0xE1438F) is unknown color: approx Deep Cerise. HEX triplet: E1, 43 and 8F. RGB value is (225,67,143). Sum of RGB (Red+Green+Blue) = 225+67+143=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1438F is #1EBC70. Grayscale: #7A7A7A. Windows color (decimal): -2014321 or 9389025. OLE color: 9389025.

HSL color Cylindrical-coordinate representation of color #E1438F: hue angle of 331.14º 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 #E1438F is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB22567143-
CMYK00.700.360.12
HSL331.14º72.48%57.25%-
HSV(B)331.14º70.22%88.24%-
XYZ38.0222.0128.23-
YUV122.91139.35200.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.72%
GREEN value IS 67 (26.56% from 255) = 15.40%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=51.72%
G=15.40%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256714300.700.360.12331.1472.4857.25
HexE1438F04624C14b4839
Octal3411032170106441451311071
Binary111000011000011100011110100011010010011001010010111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1438F; }

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

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

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

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

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

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

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

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