Html Css Color HEX #EC4770 Cranberry

📋 copy color: '#EC4770'

red 236 ◦ green 71 ◦ blue 112

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

Shades of Cranberry #EC4770

Tints of Cranberry #EC4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.95%

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 56.32%
G = 16.95%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC4770 (or 0xEC4770) is known color: Cranberry. HEX triplet: EC, 47 and 70. RGB value is (236,71,112). Sum of RGB (Red+Green+Blue) = 236+71+112=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4770 is #13B88F. Grayscale: #7D7D7D. Windows color (decimal): -1292432 or 7358444. OLE color: 7358444.

HSL color Cylindrical-coordinate representation of color #EC4770: hue angle of 345.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4770 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 112 -
CMYK 0 0.70 0.53 0.07
HSL 345.09º 0.81% 0.6% -
HSV(B) 345.09º 0.7% 0.93% -
XYZ 39.77 23.51 17.77 -
YUV 125.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 236 71 112 0 0.70 0.53 0.07 345.09 0.81 0.6
Hex EC 47 70 0 46 35 7 159 51 3C
Octal 354 107 160 0 106 65 7 531 121 74
Binary 11101100 1000111 1110000 0 1000110 110101 111 101011001 1010001 111100

Color Harmonies of #EC4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4770

Black with #EC4770

Text Example


Text Example

White with #EC4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4770; }

 p { color: rgb(236,71,112); }

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

background-color css

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

 a { background-color: rgb(236,71,112); }

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

border-color css

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

 span { border-color: rgb(236,71,112); }

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