#E0536C

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

Shades of Cranberry #E0536C

Tints of Cranberry #E0536C

Color information

#E0536C (or 0xE0536C) is unknown color: approx Cranberry. HEX triplet: E0, 53 and 6C. RGB value is (224,83,108). Sum of RGB (Red+Green+Blue) = 224+83+108=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0536C is #1FAC93. Grayscale: #808080. Windows color (decimal): -2075796 or 7099360. OLE color: 7099360.

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

Color convert

RGB22483108-
CMYK00.630.520.12
HSL349.36º69.46%60.2%-
HSV(B)349.36º62.95%87.84%-
XYZ36.5423.1216.72-
YUV128.01116.71196.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=53.98%
G=20%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248310800.630.520.12349.3669.4660.2
HexE0536C03F34C15d453c
Octal340123154077641453510574
Binary1110000010100111101100011111111010011001010111011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0536C; }

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

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

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

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

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

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

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

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