#E5536E

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

Shades of Cranberry #E5536E

Tints of Cranberry #E5536E

Color information

#E5536E (or 0xE5536E) is unknown color: approx Cranberry. HEX triplet: E5, 53 and 6E. RGB value is (229,83,110). Sum of RGB (Red+Green+Blue) = 229+83+110=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5536E is #1AAC91. Grayscale: #818181. Windows color (decimal): -1748114 or 7230437. OLE color: 7230437.

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

Color convert

RGB22983110-
CMYK00.640.520.10
HSL348.9º73.74%61.18%-
HSV(B)348.9º63.76%89.8%-
XYZ38.2223.9717.36-
YUV129.73116.87198.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.27%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 110 (43.36% from 255) = 26.07%
R=54.27%
G=19.67%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298311000.640.520.10348.973.7461.18
HexE5536E04034A15d4a3d
Octal3451231560100641253511275
Binary11100101101001111011100100000011010010101010111011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5536E; }

 p { color: rgb(229,83,110); }

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

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

 a { background-color: rgb(229,83,110); }

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

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

 span { border-color: rgb(229,83,110); }

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