#E64B74

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

Shades of Cranberry #E64B74

Tints of Cranberry #E64B74

Color information

#E64B74 (or 0xE64B74) is unknown color: approx Cranberry. HEX triplet: E6, 4B and 74. RGB value is (230,75,116). Sum of RGB (Red+Green+Blue) = 230+75+116=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64B74 is #19B48B. Grayscale: #7E7E7E. Windows color (decimal): -1684620 or 7621606. OLE color: 7621606.

HSL color Cylindrical-coordinate representation of color #E64B74: hue angle of 344.13º 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 #E64B74 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB23075116-
CMYK00.670.500.10
HSL344.13º75.61%59.8%-
HSV(B)344.13º67.39%90.2%-
XYZ38.323.1218.97-
YUV126.02122.35202.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 54.63%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=54.63%
G=17.81%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2307511600.670.500.10344.1375.6159.8
HexE64B7404332A1584c3c
Octal3461131640103621253011474
Binary11100110100101111101000100001111001010101010110001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64B74; }

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

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

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

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

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

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

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

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