#E34C68

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

Shades of Cranberry #E34C68

Tints of Cranberry #E34C68

Color information

#E34C68 (or 0xE34C68) is unknown color: approx Cranberry. HEX triplet: E3, 4C and 68. RGB value is (227,76,104). Sum of RGB (Red+Green+Blue) = 227+76+104=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C68 is #1CB397. Grayscale: #7C7C7C. Windows color (decimal): -1880984 or 6835427. OLE color: 6835427.

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

Color convert

RGB22776104-
CMYK00.670.540.11
HSL348.87º72.95%59.41%-
HSV(B)348.87º66.52%89.02%-
XYZ36.7622.515.5-
YUV124.34116.53201.22-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 55.77%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=55.77%
G=18.67%
B=25.55%

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
Decimal2277610400.670.540.11348.8772.9559.41
HexE34C6804336B15d493b
Octal3431141500103661353511173
Binary11100011100110011010000100001111011010111010111011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34C68; }

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

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

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

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

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

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

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

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