Html Css Color HEX #EC4272 Cranberry

📋 copy color: '#EC4272'

red 236 ◦ green 66 ◦ blue 114

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

Shades of Cranberry #EC4272

Tints of Cranberry #EC4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 56.73%
G = 15.87%
B = 27.4%

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

#EC4272 (or 0xEC4272) is known color: Cranberry. HEX triplet: EC, 42 and 72. RGB value is (236,66,114). Sum of RGB (Red+Green+Blue) = 236+66+114=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4272 is #13BD8D. Grayscale: #7A7A7A. Windows color (decimal): -1293710 or 7488236. OLE color: 7488236.

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

Color convert

RGB 236 66 114 -
CMYK 0 0.72 0.52 0.07
HSL 343.06º 0.82% 0.59% -
HSV(B) 343.06º 0.72% 0.93% -
XYZ 39.58 22.94 18.26 -
YUV 122.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 236 66 114 0 0.72 0.52 0.07 343.06 0.82 0.59
Hex EC 42 72 0 48 34 7 157 52 3B
Octal 354 102 162 0 110 64 7 527 122 73
Binary 11101100 1000010 1110010 0 1001000 110100 111 101010111 1010010 111011

Color Harmonies of #EC4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4272

Black with #EC4272

Text Example


Text Example

White with #EC4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4272; }

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

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

background-color css

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

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

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

border-color css

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

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

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