#E35A72

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

Shades of Cranberry #E35A72

Tints of Cranberry #E35A72

Color information

#E35A72 (or 0xE35A72) is unknown color: approx Cranberry. HEX triplet: E3, 5A and 72. RGB value is (227,90,114). Sum of RGB (Red+Green+Blue) = 227+90+114=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A72 is #1CA58D. Grayscale: #858585. Windows color (decimal): -1877390 or 7494371. OLE color: 7494371.

HSL color Cylindrical-coordinate representation of color #E35A72: hue angle of 349.49º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35A72 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22790114-
CMYK00.600.500.11
HSL349.49º70.98%62.16%-
HSV(B)349.49º60.35%89.02%-
XYZ38.3724.8618.7-
YUV133.7116.89194.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.67%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=52.67%
G=20.88%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279011400.600.500.11349.4970.9862.16
HexE35A7203C32B15d473e
Octal343132162074621353510776
Binary1110001110110101110010011110011001010111010111011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35A72; }

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

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

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

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

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

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

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

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