#EA446E

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

Shades of Cranberry #EA446E

Tints of Cranberry #EA446E

Color information

#EA446E (or 0xEA446E) is unknown color: approx Cranberry. HEX triplet: EA, 44 and 6E. RGB value is (234,68,110). Sum of RGB (Red+Green+Blue) = 234+68+110=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA446E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA446E is #15BB91. Grayscale: #7A7A7A. Windows color (decimal): -1424274 or 7226602. OLE color: 7226602.

HSL color Cylindrical-coordinate representation of color #EA446E: hue angle of 344.82º 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 #EA446E is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB23468110-
CMYK00.710.530.08
HSL344.82º79.81%59.22%-
HSV(B)344.82º70.94%91.76%-
XYZ38.8122.7517.1-
YUV122.42121207.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.80%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=56.80%
G=16.50%
B=26.70%

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
Decimal2346811000.710.530.08344.8279.8159.22
HexEA446E047358159503b
Octal3521041560107651053112073
Binary11101010100010011011100100011111010110001010110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA446E; }

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

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

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

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

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

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

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

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