#E94A64

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

Shades of Cranberry #E94A64

Tints of Cranberry #E94A64

Color information

#E94A64 (or 0xE94A64) is unknown color: approx Cranberry. HEX triplet: E9, 4A and 64. RGB value is (233,74,100). Sum of RGB (Red+Green+Blue) = 233+74+100=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A64 is #16B59B. Grayscale: #7C7C7C. Windows color (decimal): -1488284 or 6572777. OLE color: 6572777.

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

Color convert

RGB23374100-
CMYK00.680.570.09
HSL350.19º78.33%60.2%-
HSV(B)350.19º68.24%91.37%-
XYZ38.3523.1414.5-
YUV124.5114.18205.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.25%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 100 (39.45% from 255) = 24.57%
R=57.25%
G=18.18%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337410000.680.570.09350.1978.3360.2
HexE94A6404439915e4e3c
Octal3511121440104711153611674
Binary11101001100101011001000100010011100110011010111101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A64; }

 p { color: rgb(233,74,100); }

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

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

 a { background-color: rgb(233,74,100); }

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

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

 span { border-color: rgb(233,74,100); }

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