#E94A65

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

Shades of Cranberry #E94A65

Tints of Cranberry #E94A65

Color information

#E94A65 (or 0xE94A65) is unknown color: approx Cranberry. HEX triplet: E9, 4A and 65. RGB value is (233,74,101). Sum of RGB (Red+Green+Blue) = 233+74+101=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A65 is #16B59A. Grayscale: #7C7C7C. Windows color (decimal): -1488283 or 6638313. OLE color: 6638313.

HSL color Cylindrical-coordinate representation of color #E94A65: hue angle of 349.81º 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 #E94A65 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB23374101-
CMYK00.680.570.09
HSL349.81º78.33%60.2%-
HSV(B)349.81º68.24%91.37%-
XYZ38.423.1614.76-
YUV124.62114.68205.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.11%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=57.11%
G=18.14%
B=24.75%

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
Decimal2337410100.680.570.09349.8178.3360.2
HexE94A6504439915e4e3c
Octal3511121450104711153611674
Binary11101001100101011001010100010011100110011010111101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A65; }

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

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

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

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

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

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

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

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