Html Css Color HEX #EC486E Cranberry

📋 copy color: '#EC486E'

red 236 ◦ green 72 ◦ blue 110

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

Shades of Cranberry #EC486E

Tints of Cranberry #EC486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 56.46%
G = 17.22%
B = 26.32%

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

#EC486E (or 0xEC486E) is known color: Cranberry. HEX triplet: EC, 48 and 6E. RGB value is (236,72,110). Sum of RGB (Red+Green+Blue) = 236+72+110=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC486E is #13B791. Grayscale: #7D7D7D. Windows color (decimal): -1292178 or 7227628. OLE color: 7227628.

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

Color convert

RGB 236 72 110 -
CMYK 0 0.69 0.53 0.07
HSL 346.1º 0.81% 0.6% -
HSV(B) 346.1º 0.69% 0.93% -
XYZ 39.72 23.59 17.21 -
YUV 125.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 236 72 110 0 0.69 0.53 0.07 346.1 0.81 0.6
Hex EC 48 6E 0 45 35 7 15A 51 3C
Octal 354 110 156 0 105 65 7 532 121 74
Binary 11101100 1001000 1101110 0 1000101 110101 111 101011010 1010001 111100

Color Harmonies of #EC486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC486E

Black with #EC486E

Text Example


Text Example

White with #EC486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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