#e74a64

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

Shades of Cranberry #E74A64

Tints of Cranberry #E74A64

Color information

#E74A64 (or 0xE74A64) is unknown color: approx Cranberry. HEX triplet: E7, 4A and 64. RGB value is (231,74,100). Sum of RGB (Red+Green+Blue) = 231+74+100=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A64 is #18B59B. Grayscale: #7B7B7B. Windows color (decimal): -1619356 or 6572775. OLE color: 6572775.

HSL color Cylindrical-coordinate representation of color #E74A64: hue angle of 350.06º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74A64 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB23174100-
CMYK00.680.570.09
HSL350.06º76.59%59.8%-
HSV(B)350.06º67.97%90.59%-
XYZ37.722.8114.47-
YUV123.91114.51204.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.04%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=57.04%
G=18.27%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317410000.680.570.09350.0676.5959.8
HexE74A6404439915e4d3c
Octal3471121440104711153611574
Binary11100111100101011001000100010011100110011010111101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74a64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74a64; }

 p { color: rgb(231,74,100); }

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

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

 a { background-color: rgb(231,74,100); }

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

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

 span { border-color: rgb(231,74,100); }

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