#E94D66

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

Shades of Cranberry #E94D66

Tints of Cranberry #E94D66

Color information

#E94D66 (or 0xE94D66) is unknown color: approx Cranberry. HEX triplet: E9, 4D and 66. RGB value is (233,77,102). Sum of RGB (Red+Green+Blue) = 233+77+102=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D66 is #16B299. Grayscale: #7E7E7E. Windows color (decimal): -1487514 or 6704617. OLE color: 6704617.

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

Color convert

RGB23377102-
CMYK00.670.560.09
HSL350.38º78%60.78%-
HSV(B)350.38º66.95%91.37%-
XYZ38.6623.5915.09-
YUV126.49114.18203.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.55%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=56.55%
G=18.69%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337710200.670.560.09350.387860.78
HexE94D6604338915e4e3d
Octal3511151460103701153611675
Binary11101001100110111001100100001111100010011010111101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94D66; }

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

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

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

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

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

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

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

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