Html Css Color HEX #EC4172 Cranberry

📋 copy color: '#EC4172'

red 236 ◦ green 65 ◦ blue 114

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

Shades of Cranberry #EC4172

Tints of Cranberry #EC4172

RGB

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

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

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

R = 56.87%
G = 15.66%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC4172 (or 0xEC4172) is known color: Cranberry. HEX triplet: EC, 41 and 72. RGB value is (236,65,114). Sum of RGB (Red+Green+Blue) = 236+65+114=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4172 is #13BE8D. Grayscale: #797979. Windows color (decimal): -1293966 or 7487980. OLE color: 7487980.

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

Color convert

RGB 236 65 114 -
CMYK 0 0.72 0.52 0.07
HSL 342.81º 0.82% 0.59% -
HSV(B) 342.81º 0.72% 0.93% -
XYZ 39.52 22.83 18.24 -
YUV 121.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 236 65 114 0 0.72 0.52 0.07 342.81 0.82 0.59
Hex EC 41 72 0 48 34 7 157 52 3B
Octal 354 101 162 0 110 64 7 527 122 73
Binary 11101100 1000001 1110010 0 1001000 110100 111 101010111 1010010 111011

Color Harmonies of #EC4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4172

Black with #EC4172

Text Example


Text Example

White with #EC4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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