#E54B6C

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

Shades of Cranberry #E54B6C

Tints of Cranberry #E54B6C

Color information

#E54B6C (or 0xE54B6C) is unknown color: approx Cranberry. HEX triplet: E5, 4B and 6C. RGB value is (229,75,108). Sum of RGB (Red+Green+Blue) = 229+75+108=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B6C is #1AB493. Grayscale: #7C7C7C. Windows color (decimal): -1750164 or 7097317. OLE color: 7097317.

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

Color convert

RGB22975108-
CMYK00.670.530.10
HSL347.14º74.76%59.61%-
HSV(B)347.14º67.25%89.8%-
XYZ37.5422.7716.6-
YUV124.81118.52202.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.58%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=55.58%
G=18.20%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297510800.670.530.10347.1474.7659.61
HexE54B6C04335A15b4b3c
Octal3451131540103651253311374
Binary11100101100101111011000100001111010110101010110111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54B6C; }

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

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

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

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

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

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

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

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