#E0536E

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

Shades of Cranberry #E0536E

Tints of Cranberry #E0536E

Color information

#E0536E (or 0xE0536E) is unknown color: approx Cranberry. HEX triplet: E0, 53 and 6E. RGB value is (224,83,110). Sum of RGB (Red+Green+Blue) = 224+83+110=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0536E is #1FAC91. Grayscale: #808080. Windows color (decimal): -2075794 or 7230432. OLE color: 7230432.

HSL color Cylindrical-coordinate representation of color #E0536E: hue angle of 348.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0536E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22483110-
CMYK00.630.510.12
HSL348.51º69.46%60.2%-
HSV(B)348.51º62.95%87.84%-
XYZ36.6523.1617.29-
YUV128.24117.71196.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=53.72%
G=19.90%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248311000.630.510.12348.5169.4660.2
HexE0536E03F33C15d453c
Octal340123156077631453510574
Binary1110000010100111101110011111111001111001010111011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0536E; }

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

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

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

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

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

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

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

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