#E9506B

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

Shades of Cranberry #E9506B

Tints of Cranberry #E9506B

Color information

#E9506B (or 0xE9506B) is unknown color: approx Cranberry. HEX triplet: E9, 50 and 6B. RGB value is (233,80,107). Sum of RGB (Red+Green+Blue) = 233+80+107=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9506B is #16AF94. Grayscale: #808080. Windows color (decimal): -1486741 or 7033065. OLE color: 7033065.

HSL color Cylindrical-coordinate representation of color #E9506B: hue angle of 349.41º 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 #E9506B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB23380107-
CMYK00.660.540.09
HSL349.41º77.66%61.37%-
HSV(B)349.41º65.67%91.37%-
XYZ39.1324.1216.5-
YUV128.82115.69202.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.48%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=55.48%
G=19.05%
B=25.48%

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
Decimal2338010700.660.540.09349.4177.6661.37
HexE9506B04236915d4e3d
Octal3511201530102661153511675
Binary11101001101000011010110100001011011010011010111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9506B; }

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

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

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

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

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

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

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

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