#E54F6C

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

Shades of Cranberry #E54F6C

Tints of Cranberry #E54F6C

Color information

#E54F6C (or 0xE54F6C) is unknown color: approx Cranberry. HEX triplet: E5, 4F and 6C. RGB value is (229,79,108). Sum of RGB (Red+Green+Blue) = 229+79+108=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F6C is #1AB093. Grayscale: #7F7F7F. Windows color (decimal): -1749140 or 7098341. OLE color: 7098341.

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

Color convert

RGB22979108-
CMYK00.660.530.10
HSL348.4º74.26%60.39%-
HSV(B)348.4º65.5%89.8%-
XYZ37.8223.3316.7-
YUV127.16117.2200.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.05%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=55.05%
G=18.99%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297910800.660.530.10348.474.2660.39
HexE54F6C04235A15c4a3c
Octal3451171540102651253411274
Binary11100101100111111011000100001011010110101010111001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54F6C; }

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

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

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

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

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

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

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

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