#E6496B

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

Shades of Cranberry #E6496B

Tints of Cranberry #E6496B

Color information

#E6496B (or 0xE6496B) is unknown color: approx Cranberry. HEX triplet: E6, 49 and 6B. RGB value is (230,73,107). Sum of RGB (Red+Green+Blue) = 230+73+107=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6496B is #19B694. Grayscale: #7B7B7B. Windows color (decimal): -1685141 or 7031270. OLE color: 7031270.

HSL color Cylindrical-coordinate representation of color #E6496B: hue angle of 347.01º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6496B is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB23073107-
CMYK00.680.530.10
HSL347.01º75.85%59.41%-
HSV(B)347.01º68.26%90.2%-
XYZ37.6722.6516.3-
YUV123.82118.51203.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 56.10%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=56.10%
G=17.80%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307310700.680.530.10347.0175.8559.41
HexE6496B04435A15b4c3b
Octal3461111530104651253311473
Binary11100110100100111010110100010011010110101010110111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6496B; }

 p { color: rgb(230,73,107); }

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

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

 a { background-color: rgb(230,73,107); }

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

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

 span { border-color: rgb(230,73,107); }

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