#E1547A

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

Shades of Cranberry #E1547A

Tints of Cranberry #E1547A

Color information

#E1547A (or 0xE1547A) is unknown color: approx Cranberry. HEX triplet: E1, 54 and 7A. RGB value is (225,84,122). Sum of RGB (Red+Green+Blue) = 225+84+122=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1547A is #1EAB85. Grayscale: #828282. Windows color (decimal): -2009990 or 8017121. OLE color: 8017121.

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

Color convert

RGB22584122-
CMYK00.630.460.12
HSL343.83º70.15%60.59%-
HSV(B)343.83º62.67%88.24%-
XYZ37.7323.7521.01-
YUV130.49123.21195.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=52.20%
G=19.49%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258412200.630.460.12343.8370.1560.59
HexE1547A03F2EC158463d
Octal341124172077561453010675
Binary1110000110101001111010011111110111011001010110001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1547A; }

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

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

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

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

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

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

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

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