Html Css Color HEX #EC4170 Cranberry

📋 copy color: '#EC4170'

red 236 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #EC4170

Tints of Cranberry #EC4170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.74%

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

R = 57.14%
G = 15.74%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC4170 (or 0xEC4170) is known color: Cranberry. HEX triplet: EC, 41 and 70. RGB value is (236,65,112). Sum of RGB (Red+Green+Blue) = 236+65+112=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4170 is #13BE8F. Grayscale: #797979. Windows color (decimal): -1293968 or 7356908. OLE color: 7356908.

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

Color convert

RGB 236 65 112 -
CMYK 0 0.72 0.53 0.07
HSL 343.51º 0.82% 0.59% -
HSV(B) 343.51º 0.72% 0.93% -
XYZ 39.41 22.78 17.65 -
YUV 121.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 236 65 112 0 0.72 0.53 0.07 343.51 0.82 0.59
Hex EC 41 70 0 48 35 7 158 52 3B
Octal 354 101 160 0 110 65 7 530 122 73
Binary 11101100 1000001 1110000 0 1001000 110101 111 101011000 1010010 111011

Color Harmonies of #EC4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4170

Black with #EC4170

Text Example


Text Example

White with #EC4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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