#E54C6A

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

Shades of Cranberry #E54C6A

Tints of Cranberry #E54C6A

Color information

#E54C6A (or 0xE54C6A) is unknown color: approx Cranberry. HEX triplet: E5, 4C and 6A. RGB value is (229,76,106). Sum of RGB (Red+Green+Blue) = 229+76+106=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C6A is #1AB395. Grayscale: #7D7D7D. Windows color (decimal): -1749910 or 6966501. OLE color: 6966501.

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

Color convert

RGB22976106-
CMYK00.670.540.10
HSL348.24º74.63%59.8%-
HSV(B)348.24º66.81%89.8%-
XYZ37.522.8716.07-
YUV125.17117.19202.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.72%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=55.72%
G=18.49%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297610600.670.540.10348.2474.6359.8
HexE54C6A04336A15c4b3c
Octal3451141520103661253411374
Binary11100101100110011010100100001111011010101010111001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54C6A; }

 p { color: rgb(229,76,106); }

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

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

 a { background-color: rgb(229,76,106); }

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

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

 span { border-color: rgb(229,76,106); }

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