#E64B71

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

Shades of Cranberry #E64B71

Tints of Cranberry #E64B71

Color information

#E64B71 (or 0xE64B71) is unknown color: approx Cranberry. HEX triplet: E6, 4B and 71. RGB value is (230,75,113). Sum of RGB (Red+Green+Blue) = 230+75+113=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B71 is #19B48E. Grayscale: #7D7D7D. Windows color (decimal): -1684623 or 7424998. OLE color: 7424998.

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

Color convert

RGB23075113-
CMYK00.670.510.10
HSL345.29º75.61%59.8%-
HSV(B)345.29º67.39%90.2%-
XYZ38.1323.0518.06-
YUV125.68120.85202.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.02%
GREEN value IS 75 (29.69% from 255) = 17.94%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=55.02%
G=17.94%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307511300.670.510.10345.2975.6159.8
HexE64B7104333A1594c3c
Octal3461131610103631253111474
Binary11100110100101111100010100001111001110101010110011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B71; }

 p { color: rgb(230,75,113); }

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

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

 a { background-color: rgb(230,75,113); }

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

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

 span { border-color: rgb(230,75,113); }

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