#E53F7C

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

Shades of Cranberry #E53F7C

Tints of Cranberry #E53F7C

Color information

#E53F7C (or 0xE53F7C) is unknown color: approx Cranberry. HEX triplet: E5, 3F and 7C. RGB value is (229,63,124). Sum of RGB (Red+Green+Blue) = 229+63+124=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E53F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53F7C is #1AC083. Grayscale: #777777. Windows color (decimal): -1753220 or 8142821. OLE color: 8142821.

HSL color Cylindrical-coordinate representation of color #E53F7C: hue angle of 337.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53F7C is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB22963124-
CMYK00.720.460.10
HSL337.95º76.15%57.25%-
HSV(B)337.95º72.49%89.8%-
XYZ37.7321.6721.26-
YUV119.59130.5206.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.05%
GREEN value IS 63 (25% from 255) = 15.14%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=55.05%
G=15.14%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296312400.720.460.10337.9576.1557.25
HexE53F7C0482EA1524c39
Octal345771740110561252211471
Binary1110010111111111111000100100010111010101010100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53F7C; }

 p { color: rgb(229,63,124); }

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

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

 a { background-color: rgb(229,63,124); }

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

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

 span { border-color: rgb(229,63,124); }

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