#EC4372

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

Shades of Cranberry #EC4372

Tints of Cranberry #EC4372

Color information

#EC4372 (or 0xEC4372) is unknown color: approx Cranberry. HEX triplet: EC, 43 and 72. RGB value is (236,67,114). Sum of RGB (Red+Green+Blue) = 236+67+114=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4372 is #13BC8D. Grayscale: #7A7A7A. Windows color (decimal): -1293454 or 7488492. OLE color: 7488492.

HSL color Cylindrical-coordinate representation of color #EC4372: hue angle of 343.31º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4372 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB23667114-
CMYK00.720.520.07
HSL343.31º81.64%59.41%-
HSV(B)343.31º71.61%92.55%-
XYZ39.6423.0618.28-
YUV122.89122.99208.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=56.59%
G=16.07%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366711400.720.520.07343.3181.6459.41
HexEC4372048347157523b
Octal354103162011064752712273
Binary1110110010000111110010010010001101001111010101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4372; }

 p { color: rgb(236,67,114); }

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

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

 a { background-color: rgb(236,67,114); }

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

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

 span { border-color: rgb(236,67,114); }

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