#E74076

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

Shades of Cranberry #E74076

Tints of Cranberry #E74076

Color information

#E74076 (or 0xE74076) is unknown color: approx Cranberry. HEX triplet: E7, 40 and 76. RGB value is (231,64,118). Sum of RGB (Red+Green+Blue) = 231+64+118=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74076 is #18BF89. Grayscale: #787878. Windows color (decimal): -1621898 or 7749863. OLE color: 7749863.

HSL color Cylindrical-coordinate representation of color #E74076: hue angle of 340.6º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E74076 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB23164118-
CMYK00.720.490.09
HSL340.6º77.67%57.84%-
HSV(B)340.6º72.29%90.59%-
XYZ38.0621.9619.37-
YUV120.09126.83207.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=55.93%
G=15.50%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316411800.720.490.09340.677.6757.84
HexE740760483191554e3a
Octal3471001660110611152511672
Binary11100111100000011101100100100011000110011010101011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74076; }

 p { color: rgb(231,64,118); }

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

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

 a { background-color: rgb(231,64,118); }

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

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

 span { border-color: rgb(231,64,118); }

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