#E74C75

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

Shades of Cranberry #E74C75

Tints of Cranberry #E74C75

Color information

#E74C75 (or 0xE74C75) is unknown color: approx Cranberry. HEX triplet: E7, 4C and 75. RGB value is (231,76,117). Sum of RGB (Red+Green+Blue) = 231+76+117=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74C75 is #18B38A. Grayscale: #7F7F7F. Windows color (decimal): -1618827 or 7687399. OLE color: 7687399.

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

Color convert

RGB23176117-
CMYK00.670.490.09
HSL344.13º76.35%60.2%-
HSV(B)344.13º67.1%90.59%-
XYZ38.7523.4419.31-
YUV127.02122.35202.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.48%
GREEN value IS 76 (30.08% from 255) = 17.92%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=54.48%
G=17.92%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317611700.670.490.09344.1376.3560.2
HexE74C750433191584c3c
Octal3471141650103611153011474
Binary11100111100110011101010100001111000110011010110001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74C75; }

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

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

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

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

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

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

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

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