#E74475

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

Shades of Cranberry #E74475

Tints of Cranberry #E74475

Color information

#E74475 (or 0xE74475) is unknown color: approx Cranberry. HEX triplet: E7, 44 and 75. RGB value is (231,68,117). Sum of RGB (Red+Green+Blue) = 231+68+117=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E74475 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74475 is #18BB8A. Grayscale: #7A7A7A. Windows color (decimal): -1620875 or 7685351. OLE color: 7685351.

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

Color convert

RGB23168117-
CMYK00.710.490.09
HSL341.96º77.25%58.63%-
HSV(B)341.96º70.56%90.59%-
XYZ38.2322.4119.14-
YUV122.32125205.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.53%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=55.53%
G=16.35%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316811700.710.490.09341.9677.2558.63
HexE744750473191564d3b
Octal3471041650107611152611573
Binary11100111100010011101010100011111000110011010101101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74475; }

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

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

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

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

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

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

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

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