#E2457A

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

Shades of Cranberry #E2457A

Tints of Cranberry #E2457A

Color information

#E2457A (or 0xE2457A) is unknown color: approx Cranberry. HEX triplet: E2, 45 and 7A. RGB value is (226,69,122). Sum of RGB (Red+Green+Blue) = 226+69+122=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2457A is #1DBA85. Grayscale: #797979. Windows color (decimal): -1948294 or 8013282. OLE color: 8013282.

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

Color convert

RGB22669122-
CMYK00.690.460.11
HSL339.75º73.02%57.84%-
HSV(B)339.75º69.47%88.63%-
XYZ37.0121.8320.68-
YUV121.98128.01202.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.20%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=54.20%
G=16.55%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266912200.690.460.11339.7573.0257.84
HexE2457A0452EB154493a
Octal3421051720105561352411172
Binary11100010100010111110100100010110111010111010101001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2457A; }

 p { color: rgb(226,69,122); }

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

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

 a { background-color: rgb(226,69,122); }

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

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

 span { border-color: rgb(226,69,122); }

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