#E95569

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

Shades of Cranberry #E95569

Tints of Cranberry #E95569

Color information

#E95569 (or 0xE95569) is unknown color: approx Cranberry. HEX triplet: E9, 55 and 69. RGB value is (233,85,105). Sum of RGB (Red+Green+Blue) = 233+85+105=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E95569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95569 is #16AA96. Grayscale: #838383. Windows color (decimal): -1485463 or 6903273. OLE color: 6903273.

HSL color Cylindrical-coordinate representation of color #E95569: hue angle of 351.89º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95569 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB23385105-
CMYK00.640.550.09
HSL351.89º77.08%62.35%-
HSV(B)351.89º63.52%91.37%-
XYZ39.424.8416.08-
YUV131.53113.03200.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.08%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=55.08%
G=20.09%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338510500.640.550.09351.8977.0862.35
HexE955690403791604d3e
Octal3511251510100671154011576
Binary11101001101010111010010100000011011110011011000001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95569; }

 p { color: rgb(233,85,105); }

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

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

 a { background-color: rgb(233,85,105); }

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

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

 span { border-color: rgb(233,85,105); }

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