#E94C68

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

Shades of Cranberry #E94C68

Tints of Cranberry #E94C68

Color information

#E94C68 (or 0xE94C68) is unknown color: approx Cranberry. HEX triplet: E9, 4C and 68. RGB value is (233,76,104). Sum of RGB (Red+Green+Blue) = 233+76+104=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C68 is #16B397. Grayscale: #7E7E7E. Windows color (decimal): -1487768 or 6835433. OLE color: 6835433.

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

Color convert

RGB23376104-
CMYK00.670.550.09
HSL349.3º78.11%60.59%-
HSV(B)349.3º67.38%91.37%-
XYZ38.6923.4915.59-
YUV126.14115.51204.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.42%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=56.42%
G=18.40%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337610400.670.550.09349.378.1160.59
HexE94C6804337915d4e3d
Octal3511141500103671153511675
Binary11101001100110011010000100001111011110011010111011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94C68; }

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

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

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

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

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

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

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

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