#E1546C

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

Shades of Cranberry #E1546C

Tints of Cranberry #E1546C

Color information

#E1546C (or 0xE1546C) is unknown color: approx Cranberry. HEX triplet: E1, 54 and 6C. RGB value is (225,84,108). Sum of RGB (Red+Green+Blue) = 225+84+108=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1546C is #1EAB93. Grayscale: #808080. Windows color (decimal): -2010004 or 7099617. OLE color: 7099617.

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

Color convert

RGB22584108-
CMYK00.630.520.12
HSL349.79º70.15%60.59%-
HSV(B)349.79º62.67%88.24%-
XYZ36.9323.4316.76-
YUV128.9116.21196.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.96%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=53.96%
G=20.14%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258410800.630.520.12349.7970.1560.59
HexE1546C03F34C15e463d
Octal341124154077641453610675
Binary1110000110101001101100011111111010011001010111101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1546C; }

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

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

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

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

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

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

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

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