Html Css Color HEX #EC4071 Cranberry

📋 copy color: '#EC4071'

red 236 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #EC4071

Tints of Cranberry #EC4071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.36%

R = 57.14%
G = 15.5%
B = 27.36%

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

#EC4071 (or 0xEC4071) is known color: Cranberry. HEX triplet: EC, 40 and 71. RGB value is (236,64,113). Sum of RGB (Red+Green+Blue) = 236+64+113=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4071 is #13BF8E. Grayscale: #787878. Windows color (decimal): -1294223 or 7422188. OLE color: 7422188.

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

Color convert

RGB 236 64 113 -
CMYK 0 0.73 0.52 0.07
HSL 342.91º 0.82% 0.59% -
HSV(B) 342.91º 0.73% 0.93% -
XYZ 39.41 22.69 17.93 -
YUV 121.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 236 64 113 0 0.73 0.52 0.07 342.91 0.82 0.59
Hex EC 40 71 0 49 34 7 157 52 3B
Octal 354 100 161 0 111 64 7 527 122 73
Binary 11101100 1000000 1110001 0 1001001 110100 111 101010111 1010010 111011

Color Harmonies of #EC4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4071

Black with #EC4071

Text Example


Text Example

White with #EC4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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