#E54B6A

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

Shades of Cranberry #E54B6A

Tints of Cranberry #E54B6A

Color information

#E54B6A (or 0xE54B6A) is unknown color: approx Cranberry. HEX triplet: E5, 4B and 6A. RGB value is (229,75,106). Sum of RGB (Red+Green+Blue) = 229+75+106=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B6A is #1AB495. Grayscale: #7C7C7C. Windows color (decimal): -1750166 or 6966245. OLE color: 6966245.

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

Color convert

RGB22975106-
CMYK00.670.540.10
HSL347.92º74.76%59.61%-
HSV(B)347.92º67.25%89.8%-
XYZ37.4322.7316.05-
YUV124.58117.52202.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.85%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=55.85%
G=18.29%
B=25.85%

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
Decimal2297510600.670.540.10347.9274.7659.61
HexE54B6A04336A15c4b3c
Octal3451131520103661253411374
Binary11100101100101111010100100001111011010101010111001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B6A; }

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

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

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

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

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

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

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

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