#E35072

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

Shades of Cranberry #E35072

Tints of Cranberry #E35072

Color information

#E35072 (or 0xE35072) is unknown color: approx Cranberry. HEX triplet: E3, 50 and 72. RGB value is (227,80,114). Sum of RGB (Red+Green+Blue) = 227+80+114=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E35072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35072 is #1CAF8D. Grayscale: #7F7F7F. Windows color (decimal): -1879950 or 7491811. OLE color: 7491811.

HSL color Cylindrical-coordinate representation of color #E35072: hue angle of 346.12º 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 #E35072 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22780114-
CMYK00.650.500.11
HSL346.12º72.41%60.2%-
HSV(B)346.12º64.76%89.02%-
XYZ37.5823.2818.43-
YUV127.83120.2198.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.92%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=53.92%
G=19.00%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278011400.650.500.11346.1272.4160.2
HexE3507204132B15a483c
Octal3431201620101621353211074
Binary11100011101000011100100100000111001010111010110101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35072; }

 p { color: rgb(227,80,114); }

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

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

 a { background-color: rgb(227,80,114); }

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

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

 span { border-color: rgb(227,80,114); }

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