#E94A66

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

Shades of Cranberry #E94A66

Tints of Cranberry #E94A66

Color information

#E94A66 (or 0xE94A66) is unknown color: approx Cranberry. HEX triplet: E9, 4A and 66. RGB value is (233,74,102). Sum of RGB (Red+Green+Blue) = 233+74+102=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A66 is #16B599. Grayscale: #7C7C7C. Windows color (decimal): -1488282 or 6703849. OLE color: 6703849.

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

Color convert

RGB23374102-
CMYK00.680.560.09
HSL349.43º78.33%60.2%-
HSV(B)349.43º68.24%91.37%-
XYZ38.4523.1815.02-
YUV124.73115.18205.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.97%
GREEN value IS 74 (29.30% from 255) = 18.09%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=56.97%
G=18.09%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337410200.680.560.09349.4378.3360.2
HexE94A6604438915d4e3c
Octal3511121460104701153511674
Binary11101001100101011001100100010011100010011010111011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A66; }

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

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

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

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

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

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

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

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