#E54F75

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

Shades of Cranberry #E54F75

Tints of Cranberry #E54F75

Color information

#E54F75 (or 0xE54F75) is unknown color: approx Cranberry. HEX triplet: E5, 4F and 75. RGB value is (229,79,117). Sum of RGB (Red+Green+Blue) = 229+79+117=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F75 is #1AB08A. Grayscale: #808080. Windows color (decimal): -1749131 or 7688165. OLE color: 7688165.

HSL color Cylindrical-coordinate representation of color #E54F75: hue angle of 344.8º 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 #E54F75 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB22979117-
CMYK00.660.490.10
HSL344.8º74.26%60.39%-
HSV(B)344.8º65.5%89.8%-
XYZ38.3223.5319.35-
YUV128.18121.7199.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.88%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=53.88%
G=18.59%
B=27.53%

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
Decimal2297911700.660.490.10344.874.2660.39
HexE54F7504231A1594a3c
Octal3451171650102611253111274
Binary11100101100111111101010100001011000110101010110011001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F75; }

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

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

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

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

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

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

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

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