#E45073

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

Shades of Cranberry #E45073

Tints of Cranberry #E45073

Color information

#E45073 (or 0xE45073) is unknown color: approx Cranberry. HEX triplet: E4, 50 and 73. RGB value is (228,80,115). Sum of RGB (Red+Green+Blue) = 228+80+115=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E45073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45073 is #1BAF8C. Grayscale: #808080. Windows color (decimal): -1814413 or 7557348. OLE color: 7557348.

HSL color Cylindrical-coordinate representation of color #E45073: hue angle of 345.81º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E45073 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22880115-
CMYK00.650.500.11
HSL345.81º73.27%60.39%-
HSV(B)345.81º64.91%89.41%-
XYZ37.9623.4718.75-
YUV128.24120.53199.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 53.90%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=53.90%
G=18.91%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288011500.650.500.11345.8173.2760.39
HexE4507304132B15a493c
Octal3441201630101621353211174
Binary11100100101000011100110100000111001010111010110101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45073; }

 p { color: rgb(228,80,115); }

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

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

 a { background-color: rgb(228,80,115); }

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

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

 span { border-color: rgb(228,80,115); }

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