#E9506C

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

Shades of Cranberry #E9506C

Tints of Cranberry #E9506C

Color information

#E9506C (or 0xE9506C) is unknown color: approx Cranberry. HEX triplet: E9, 50 and 6C. RGB value is (233,80,108). Sum of RGB (Red+Green+Blue) = 233+80+108=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9506C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9506C is #16AF93. Grayscale: #808080. Windows color (decimal): -1486740 or 7098601. OLE color: 7098601.

HSL color Cylindrical-coordinate representation of color #E9506C: hue angle of 349.02º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9506C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB23380108-
CMYK00.660.540.09
HSL349.02º77.66%61.37%-
HSV(B)349.02º65.67%91.37%-
XYZ39.1824.1416.78-
YUV128.94116.19202.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.34%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=55.34%
G=19.00%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338010800.660.540.09349.0277.6661.37
HexE9506C04236915d4e3d
Octal3511201540102661153511675
Binary11101001101000011011000100001011011010011010111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9506C; }

 p { color: rgb(233,80,108); }

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

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

 a { background-color: rgb(233,80,108); }

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

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

 span { border-color: rgb(233,80,108); }

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