#E34C7C

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

Shades of Cranberry #E34C7C

Tints of Cranberry #E34C7C

Color information

#E34C7C (or 0xE34C7C) is unknown color: approx Cranberry. HEX triplet: E3, 4C and 7C. RGB value is (227,76,124). Sum of RGB (Red+Green+Blue) = 227+76+124=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C7C is #1CB383. Grayscale: #7E7E7E. Windows color (decimal): -1880964 or 8146147. OLE color: 8146147.

HSL color Cylindrical-coordinate representation of color #E34C7C: hue angle of 340.93º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34C7C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB22776124-
CMYK00.670.450.11
HSL340.93º72.95%59.41%-
HSV(B)340.93º66.52%89.02%-
XYZ37.922.9621.5-
YUV126.62126.53199.6-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.16%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=53.16%
G=17.80%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277612400.670.450.11340.9372.9559.41
HexE34C7C0432DB155493b
Octal3431141740103551352511173
Binary11100011100110011111000100001110110110111010101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C7C; }

 p { color: rgb(227,76,124); }

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

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

 a { background-color: rgb(227,76,124); }

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

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

 span { border-color: rgb(227,76,124); }

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