#E1546D

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

Shades of Cranberry #E1546D

Tints of Cranberry #E1546D

Color information

#E1546D (or 0xE1546D) is unknown color: approx Cranberry. HEX triplet: E1, 54 and 6D. RGB value is (225,84,109). Sum of RGB (Red+Green+Blue) = 225+84+109=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1546D is #1EAB92. Grayscale: #818181. Windows color (decimal): -2010003 or 7165153. OLE color: 7165153.

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

Color convert

RGB22584109-
CMYK00.630.520.12
HSL349.36º70.15%60.59%-
HSV(B)349.36º62.67%88.24%-
XYZ36.9823.4517.05-
YUV129.01116.71196.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.83%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=53.83%
G=20.10%
B=26.08%

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
Decimal2258410900.630.520.12349.3670.1560.59
HexE1546D03F34C15d463d
Octal341124155077641453510675
Binary1110000110101001101101011111111010011001010111011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1546D; }

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

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

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

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

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

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

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

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