#E35775

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

Shades of Cranberry #E35775

Tints of Cranberry #E35775

Color information

#E35775 (or 0xE35775) is unknown color: approx Cranberry. HEX triplet: E3, 57 and 75. RGB value is (227,87,117). Sum of RGB (Red+Green+Blue) = 227+87+117=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E35775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35775 is #1CA88A. Grayscale: #848484. Windows color (decimal): -1878155 or 7690211. OLE color: 7690211.

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

Color convert

RGB22787117-
CMYK00.620.480.11
HSL347.14º71.43%61.57%-
HSV(B)347.14º61.67%89.02%-
XYZ38.324.4319.53-
YUV132.28119.38195.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.67%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=52.67%
G=20.19%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278711700.620.480.11347.1471.4361.57
HexE3577503E30B15b473e
Octal343127165076601353310776
Binary1110001110101111110101011111011000010111010110111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35775; }

 p { color: rgb(227,87,117); }

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

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

 a { background-color: rgb(227,87,117); }

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

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

 span { border-color: rgb(227,87,117); }

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