#E25074

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

Shades of Cranberry #E25074

Tints of Cranberry #E25074

Color information

#E25074 (or 0xE25074) is unknown color: approx Cranberry. HEX triplet: E2, 50 and 74. RGB value is (226,80,116). Sum of RGB (Red+Green+Blue) = 226+80+116=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E25074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25074 is #1DAF8B. Grayscale: #7F7F7F. Windows color (decimal): -1945484 or 7622882. OLE color: 7622882.

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

Color convert

RGB22680116-
CMYK00.650.490.11
HSL345.21º71.57%60%-
HSV(B)345.21º64.6%88.63%-
XYZ37.3923.1719.02-
YUV127.76121.37198.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.55%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=53.55%
G=18.96%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268011600.650.490.11345.2171.5760
HexE2507404131B159483c
Octal3421201640101611353111074
Binary11100010101000011101000100000111000110111010110011001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25074; }

 p { color: rgb(226,80,116); }

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

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

 a { background-color: rgb(226,80,116); }

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

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

 span { border-color: rgb(226,80,116); }

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