#E1346C

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

Shades of Cerise #E1346C

Tints of Cerise #E1346C

Color information

#E1346C (or 0xE1346C) is unknown color: approx Cerise. HEX triplet: E1, 34 and 6C. RGB value is (225,52,108). Sum of RGB (Red+Green+Blue) = 225+52+108=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346C is #1ECB93. Grayscale: #6E6E6E. Windows color (decimal): -2018196 or 7091425. OLE color: 7091425.

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

Color convert

RGB22552108-
CMYK00.770.520.12
HSL340.58º74.25%54.31%-
HSV(B)340.58º76.89%88.24%-
XYZ34.9919.5516.12-
YUV110.11126.81209.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 52 (20.70% from 255) = 13.51%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=58.44%
G=13.51%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255210800.770.520.12340.5874.2554.31
HexE1346C04D34C1554a36
Octal341641540115641452511266
Binary1110000111010011011000100110111010011001010101011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1346C; }

 p { color: rgb(225,52,108); }

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

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

 a { background-color: rgb(225,52,108); }

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

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

 span { border-color: rgb(225,52,108); }

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