Html Css Color HEX #EC486D Cranberry

📋 copy color: '#EC486D'

red 236 ◦ green 72 ◦ blue 109

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

Shades of Cranberry #EC486D

Tints of Cranberry #EC486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 56.59%
G = 17.27%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC486D (or 0xEC486D) is known color: Cranberry. HEX triplet: EC, 48 and 6D. RGB value is (236,72,109). Sum of RGB (Red+Green+Blue) = 236+72+109=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC486D is #13B792. Grayscale: #7D7D7D. Windows color (decimal): -1292179 or 7162092. OLE color: 7162092.

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

Color convert

RGB 236 72 109 -
CMYK 0 0.69 0.54 0.07
HSL 346.46º 0.81% 0.6% -
HSV(B) 346.46º 0.69% 0.93% -
XYZ 39.67 23.57 16.93 -
YUV 125.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 236 72 109 0 0.69 0.54 0.07 346.46 0.81 0.6
Hex EC 48 6D 0 45 36 7 15A 51 3C
Octal 354 110 155 0 105 66 7 532 121 74
Binary 11101100 1001000 1101101 0 1000101 110110 111 101011010 1010001 111100

Color Harmonies of #EC486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC486D

Black with #EC486D

Text Example


Text Example

White with #EC486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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