#E4526C

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

Shades of Cranberry #E4526C

Tints of Cranberry #E4526C

Color information

#E4526C (or 0xE4526C) is unknown color: approx Cranberry. HEX triplet: E4, 52 and 6C. RGB value is (228,82,108). Sum of RGB (Red+Green+Blue) = 228+82+108=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E4526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4526C is #1BAD93. Grayscale: #808080. Windows color (decimal): -1813908 or 7099108. OLE color: 7099108.

HSL color Cylindrical-coordinate representation of color #E4526C: hue angle of 349.32º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4526C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB22882108-
CMYK00.640.530.11
HSL349.32º73%60.78%-
HSV(B)349.32º64.04%89.41%-
XYZ37.7223.6116.76-
YUV128.62116.37198.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.55%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=54.55%
G=19.62%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288210800.640.530.11349.327360.78
HexE4526C04035B15d493d
Octal3441221540100651353511175
Binary11100100101001011011000100000011010110111010111011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4526C; }

 p { color: rgb(228,82,108); }

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

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

 a { background-color: rgb(228,82,108); }

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

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

 span { border-color: rgb(228,82,108); }

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