#E54F74

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

Shades of Cranberry #E54F74

Tints of Cranberry #E54F74

Color information

#E54F74 (or 0xE54F74) is unknown color: approx Cranberry. HEX triplet: E5, 4F and 74. RGB value is (229,79,116). Sum of RGB (Red+Green+Blue) = 229+79+116=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F74 is #1AB08B. Grayscale: #808080. Windows color (decimal): -1749132 or 7622629. OLE color: 7622629.

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

Color convert

RGB22979116-
CMYK00.660.490.10
HSL345.2º74.26%60.39%-
HSV(B)345.2º65.5%89.8%-
XYZ38.2623.5119.04-
YUV128.07121.2199.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.01%
GREEN value IS 79 (31.25% from 255) = 18.63%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=54.01%
G=18.63%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297911600.660.490.10345.274.2660.39
HexE54F7404231A1594a3c
Octal3451171640102611253111274
Binary11100101100111111101000100001011000110101010110011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F74; }

 p { color: rgb(229,79,116); }

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

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

 a { background-color: rgb(229,79,116); }

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

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

 span { border-color: rgb(229,79,116); }

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