#E35279

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

Shades of Cranberry #E35279

Tints of Cranberry #E35279

Color information

#E35279 (or 0xE35279) is unknown color: approx Cranberry. HEX triplet: E3, 52 and 79. RGB value is (227,82,121). Sum of RGB (Red+Green+Blue) = 227+82+121=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E35279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35279 is #1CAD86. Grayscale: #818181. Windows color (decimal): -1879431 or 7951075. OLE color: 7951075.

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

Color convert

RGB22782121-
CMYK00.640.470.11
HSL343.86º72.14%60.59%-
HSV(B)343.86º63.88%89.02%-
XYZ38.1523.7520.66-
YUV129.8123.04197.33-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.79%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=52.79%
G=19.07%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278212100.640.470.11343.8672.1460.59
HexE352790402FB158483d
Octal3431221710100571353011075
Binary11100011101001011110010100000010111110111010110001001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35279; }

 p { color: rgb(227,82,121); }

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

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

 a { background-color: rgb(227,82,121); }

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

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

 span { border-color: rgb(227,82,121); }

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