Html Css Color HEX #EC4072 Cranberry

📋 copy color: '#EC4072'

red 236 ◦ green 64 ◦ blue 114

#EC4072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #EC4072

Tints of Cranberry #EC4072

RGB

 RED value IS 236 (92.58% from 255) = 57%

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 57%
G = 15.46%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC4072 (or 0xEC4072) is known color: Cranberry. HEX triplet: EC, 40 and 72. RGB value is (236,64,114). Sum of RGB (Red+Green+Blue) = 236+64+114=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4072 is #13BF8D. Grayscale: #797979. Windows color (decimal): -1294222 or 7487724. OLE color: 7487724.

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

Color convert

RGB 236 64 114 -
CMYK 0 0.73 0.52 0.07
HSL 342.56º 0.82% 0.59% -
HSV(B) 342.56º 0.73% 0.93% -
XYZ 39.46 22.71 18.22 -
YUV 121.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 236 64 114 0 0.73 0.52 0.07 342.56 0.82 0.59
Hex EC 40 72 0 49 34 7 157 52 3B
Octal 354 100 162 0 111 64 7 527 122 73
Binary 11101100 1000000 1110010 0 1001001 110100 111 101010111 1010010 111011

Color Harmonies of #EC4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4072

Black with #EC4072

Text Example


Text Example

White with #EC4072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4072; }

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

 H1.HeaderClassName
 {
   color: #EC4072;
 }
 .AnyTagClassName
 {
   color: #EC4072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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