#E05273

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

Shades of Cranberry #E05273

Tints of Cranberry #E05273

Color information

#E05273 (or 0xE05273) is unknown color: approx Cranberry. HEX triplet: E0, 52 and 73. RGB value is (224,82,115). Sum of RGB (Red+Green+Blue) = 224+82+115=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05273 is #1FAD8C. Grayscale: #808080. Windows color (decimal): -2076045 or 7557856. OLE color: 7557856.

HSL color Cylindrical-coordinate representation of color #E05273: hue angle of 346.06º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05273 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB22482115-
CMYK00.630.490.12
HSL346.06º69.61%60%-
HSV(B)346.06º63.39%87.84%-
XYZ36.8523.1218.74-
YUV128.22120.54196.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=53.21%
G=19.48%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248211500.630.490.12346.0669.6160
HexE0527303F31C15a463c
Octal340122163077611453210674
Binary1110000010100101110011011111111000111001010110101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05273; }

 p { color: rgb(224,82,115); }

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

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

 a { background-color: rgb(224,82,115); }

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

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

 span { border-color: rgb(224,82,115); }

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