#e0457a

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

Shades of Cranberry #E0457A

Tints of Cranberry #E0457A

Color information

#E0457A (or 0xE0457A) is unknown color: approx Cranberry. HEX triplet: E0, 45 and 7A. RGB value is (224,69,122). Sum of RGB (Red+Green+Blue) = 224+69+122=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0457A is #1FBA85. Grayscale: #797979. Windows color (decimal): -2079366 or 8013280. OLE color: 8013280.

HSL color Cylindrical-coordinate representation of color #E0457A: hue angle of 339.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0457A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB22469122-
CMYK00.690.460.12
HSL339.48º71.43%57.45%-
HSV(B)339.48º69.2%87.84%-
XYZ36.3821.5120.65-
YUV121.39128.35201.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.98%
GREEN value IS 69 (27.34% from 255) = 16.63%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=53.98%
G=16.63%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246912200.690.460.12339.4871.4357.45
HexE0457A0452EC1534739
Octal3401051720105561452310771
Binary11100000100010111110100100010110111011001010100111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0457a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0457a; }

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

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

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

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

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

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

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

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