Html Css Color HEX #EC486B Cranberry

📋 copy color: '#EC486B'

red 236 ◦ green 72 ◦ blue 107

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

Shades of Cranberry #EC486B

Tints of Cranberry #EC486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 56.87%
G = 17.35%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC486B (or 0xEC486B) is known color: Cranberry. HEX triplet: EC, 48 and 6B. RGB value is (236,72,107). Sum of RGB (Red+Green+Blue) = 236+72+107=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC486B is #13B794. Grayscale: #7D7D7D. Windows color (decimal): -1292181 or 7031020. OLE color: 7031020.

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

Color convert

RGB 236 72 107 -
CMYK 0 0.69 0.55 0.07
HSL 347.2º 0.81% 0.6% -
HSV(B) 347.2º 0.69% 0.93% -
XYZ 39.56 23.53 16.37 -
YUV 125.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 236 72 107 0 0.69 0.55 0.07 347.2 0.81 0.6
Hex EC 48 6B 0 45 37 7 15B 51 3C
Octal 354 110 153 0 105 67 7 533 121 74
Binary 11101100 1001000 1101011 0 1000101 110111 111 101011011 1010001 111100

Color Harmonies of #EC486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC486B

Black with #EC486B

Text Example


Text Example

White with #EC486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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