#E2526F

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

Shades of Cranberry #E2526F

Tints of Cranberry #E2526F

Color information

#E2526F (or 0xE2526F) is unknown color: approx Cranberry. HEX triplet: E2, 52 and 6F. RGB value is (226,82,111). Sum of RGB (Red+Green+Blue) = 226+82+111=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2526F is #1DAD90. Grayscale: #808080. Windows color (decimal): -1944977 or 7295714. OLE color: 7295714.

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

Color convert

RGB22682111-
CMYK00.640.510.11
HSL347.92º71.29%60.39%-
HSV(B)347.92º63.72%88.63%-
XYZ37.2523.3517.58-
YUV128.36118.21197.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.94%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=53.94%
G=19.57%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268211100.640.510.11347.9271.2960.39
HexE2526F04033B15c473c
Octal3421221570100631353410774
Binary11100010101001011011110100000011001110111010111001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2526F; }

 p { color: rgb(226,82,111); }

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

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

 a { background-color: rgb(226,82,111); }

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

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

 span { border-color: rgb(226,82,111); }

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