#E35169

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

Shades of Cranberry #E35169

Tints of Cranberry #E35169

Color information

#E35169 (or 0xE35169) is unknown color: approx Cranberry. HEX triplet: E3, 51 and 69. RGB value is (227,81,105). Sum of RGB (Red+Green+Blue) = 227+81+105=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E35169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35169 is #1CAE96. Grayscale: #7F7F7F. Windows color (decimal): -1879703 or 6902243. OLE color: 6902243.

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

Color convert

RGB22781105-
CMYK00.640.540.11
HSL350.14º72.28%60.39%-
HSV(B)350.14º64.32%89.02%-
XYZ37.1723.2415.89-
YUV127.39115.37199.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.96%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=54.96%
G=19.61%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278110500.640.540.11350.1472.2860.39
HexE3516904036B15e483c
Octal3431211510100661353611074
Binary11100011101000111010010100000011011010111010111101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35169; }

 p { color: rgb(227,81,105); }

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

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

 a { background-color: rgb(227,81,105); }

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

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

 span { border-color: rgb(227,81,105); }

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