#E34C69

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

Shades of Cranberry #E34C69

Tints of Cranberry #E34C69

Color information

#E34C69 (or 0xE34C69) is unknown color: approx Cranberry. HEX triplet: E3, 4C and 69. RGB value is (227,76,105). Sum of RGB (Red+Green+Blue) = 227+76+105=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C69 is #1CB396. Grayscale: #7C7C7C. Windows color (decimal): -1880983 or 6900963. OLE color: 6900963.

HSL color Cylindrical-coordinate representation of color #E34C69: hue angle of 348.48º 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 #E34C69 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22776105-
CMYK00.670.540.11
HSL348.48º72.95%59.41%-
HSV(B)348.48º66.52%89.02%-
XYZ36.8122.5215.77-
YUV124.45117.03201.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.64%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=55.64%
G=18.63%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277610500.670.540.11348.4872.9559.41
HexE34C6904336B15c493b
Octal3431141510103661353411173
Binary11100011100110011010010100001111011010111010111001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C69; }

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

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

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

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

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

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

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

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