#EA446D

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

Shades of Cranberry #EA446D

Tints of Cranberry #EA446D

Color information

#EA446D (or 0xEA446D) is unknown color: approx Cranberry. HEX triplet: EA, 44 and 6D. RGB value is (234,68,109). Sum of RGB (Red+Green+Blue) = 234+68+109=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA446D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA446D is #15BB92. Grayscale: #7A7A7A. Windows color (decimal): -1424275 or 7161066. OLE color: 7161066.

HSL color Cylindrical-coordinate representation of color #EA446D: hue angle of 345.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA446D is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23468109-
CMYK00.710.530.08
HSL345.18º79.81%59.22%-
HSV(B)345.18º70.94%91.76%-
XYZ38.7622.7316.81-
YUV122.31120.5207.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.93%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=56.93%
G=16.55%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346810900.710.530.08345.1879.8159.22
HexEA446D047358159503b
Octal3521041550107651053112073
Binary11101010100010011011010100011111010110001010110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA446D; }

 p { color: rgb(234,68,109); }

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

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

 a { background-color: rgb(234,68,109); }

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

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

 span { border-color: rgb(234,68,109); }

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