#E74474

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

Shades of Cranberry #E74474

Tints of Cranberry #E74474

Color information

#E74474 (or 0xE74474) is unknown color: approx Cranberry. HEX triplet: E7, 44 and 74. RGB value is (231,68,116). Sum of RGB (Red+Green+Blue) = 231+68+116=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E74474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74474 is #18BB8B. Grayscale: #7A7A7A. Windows color (decimal): -1620876 or 7619815. OLE color: 7619815.

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

Color convert

RGB23168116-
CMYK00.710.500.09
HSL342.33º77.25%58.63%-
HSV(B)342.33º70.56%90.59%-
XYZ38.1722.3818.83-
YUV122.21124.5205.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.66%
GREEN value IS 68 (26.95% from 255) = 16.39%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=55.66%
G=16.39%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316811600.710.500.09342.3377.2558.63
HexE744740473291564d3b
Octal3471041640107621152611573
Binary11100111100010011101000100011111001010011010101101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74474; }

 p { color: rgb(231,68,116); }

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

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

 a { background-color: rgb(231,68,116); }

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

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

 span { border-color: rgb(231,68,116); }

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