#E6506D

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

Shades of Cranberry #E6506D

Tints of Cranberry #E6506D

Color information

#E6506D (or 0xE6506D) is unknown color: approx Cranberry. HEX triplet: E6, 50 and 6D. RGB value is (230,80,109). Sum of RGB (Red+Green+Blue) = 230+80+109=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6506D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6506D is #19AF92. Grayscale: #808080. Windows color (decimal): -1683347 or 7164134. OLE color: 7164134.

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

Color convert

RGB23080109-
CMYK00.650.530.10
HSL348.4º75%60.78%-
HSV(B)348.4º65.22%90.2%-
XYZ38.2623.6617.02-
YUV128.16117.2200.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.89%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=54.89%
G=19.09%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2308010900.650.530.10348.47560.78
HexE6506D04135A15c4b3d
Octal3461201550101651253411375
Binary11100110101000011011010100000111010110101010111001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6506D; }

 p { color: rgb(230,80,109); }

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

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

 a { background-color: rgb(230,80,109); }

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

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

 span { border-color: rgb(230,80,109); }

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