Html Css Color HEX #EC486F Cranberry

📋 copy color: '#EC486F'

red 236 ◦ green 72 ◦ blue 111

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

Shades of Cranberry #EC486F

Tints of Cranberry #EC486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.18%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 56.32%
G = 17.18%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC486F (or 0xEC486F) is known color: Cranberry. HEX triplet: EC, 48 and 6F. RGB value is (236,72,111). Sum of RGB (Red+Green+Blue) = 236+72+111=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC486F is #13B790. Grayscale: #7D7D7D. Windows color (decimal): -1292177 or 7293164. OLE color: 7293164.

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

Color convert

RGB 236 72 111 -
CMYK 0 0.69 0.53 0.07
HSL 345.73º 0.81% 0.6% -
HSV(B) 345.73º 0.69% 0.93% -
XYZ 39.78 23.62 17.5 -
YUV 125.48 119.83 206.83 -
System Red Green Blue C M Y K H S L
Decimal 236 72 111 0 0.69 0.53 0.07 345.73 0.81 0.6
Hex EC 48 6F 0 45 35 7 15A 51 3C
Octal 354 110 157 0 105 65 7 532 121 74
Binary 11101100 1001000 1101111 0 1000101 110101 111 101011010 1010001 111100

Color Harmonies of #EC486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC486F

Black with #EC486F

Text Example


Text Example

White with #EC486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC486F; }

 p { color: rgb(236,72,111); }

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

background-color css

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

 a { background-color: rgb(236,72,111); }

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

border-color css

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

 span { border-color: rgb(236,72,111); }

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