#E74077

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

Shades of Cranberry #E74077

Tints of Cranberry #E74077

Color information

#E74077 (or 0xE74077) is unknown color: approx Cranberry. HEX triplet: E7, 40 and 77. RGB value is (231,64,119). Sum of RGB (Red+Green+Blue) = 231+64+119=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E74077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74077 is #18BF88. Grayscale: #787878. Windows color (decimal): -1621897 or 7815399. OLE color: 7815399.

HSL color Cylindrical-coordinate representation of color #E74077: hue angle of 340.24º 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 #E74077 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB23164119-
CMYK00.720.480.09
HSL340.24º77.67%57.84%-
HSV(B)340.24º72.29%90.59%-
XYZ38.1221.9919.69-
YUV120.2127.33207.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.80%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=55.80%
G=15.46%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316411900.720.480.09340.2477.6757.84
HexE740770483091544e3a
Octal3471001670110601152411672
Binary11100111100000011101110100100011000010011010101001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74077; }

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

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

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

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

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

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

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

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