#E55069

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

Shades of Cranberry #E55069

Tints of Cranberry #E55069

Color information

#E55069 (or 0xE55069) is unknown color: approx Cranberry. HEX triplet: E5, 50 and 69. RGB value is (229,80,105). Sum of RGB (Red+Green+Blue) = 229+80+105=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55069 is #1AAF96. Grayscale: #7F7F7F. Windows color (decimal): -1748887 or 6901989. OLE color: 6901989.

HSL color Cylindrical-coordinate representation of color #E55069: hue angle of 349.93º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55069 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB22980105-
CMYK00.650.540.10
HSL349.93º74.13%60.59%-
HSV(B)349.93º65.07%89.8%-
XYZ37.7323.4215.9-
YUV127.4115.36200.47-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.31%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=55.31%
G=19.32%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298010500.650.540.10349.9374.1360.59
HexE5506904136A15e4a3d
Octal3451201510101661253611275
Binary11100101101000011010010100000111011010101010111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55069; }

 p { color: rgb(229,80,105); }

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

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

 a { background-color: rgb(229,80,105); }

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

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

 span { border-color: rgb(229,80,105); }

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