#e74a6c

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

Shades of Cranberry #E74A6C

Tints of Cranberry #E74A6C

Color information

#E74A6C (or 0xE74A6C) is unknown color: approx Cranberry. HEX triplet: E7, 4A and 6C. RGB value is (231,74,108). Sum of RGB (Red+Green+Blue) = 231+74+108=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74A6C is #18B593. Grayscale: #7C7C7C. Windows color (decimal): -1619348 or 7097063. OLE color: 7097063.

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

Color convert

RGB23174108-
CMYK00.680.530.09
HSL347.01º76.59%59.8%-
HSV(B)347.01º67.97%90.59%-
XYZ38.1122.9716.61-
YUV124.82118.51203.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.93%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=55.93%
G=17.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317410800.680.530.09347.0176.5959.8
HexE74A6C04435915b4d3c
Octal3471121540104651153311574
Binary11100111100101011011000100010011010110011010110111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e74a6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e74a6c; }

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

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

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

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

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

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

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

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