Html Css Color HEX #EC476B Cranberry

📋 copy color: '#EC476B'

red 236 ◦ green 71 ◦ blue 107

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

Shades of Cranberry #EC476B

Tints of Cranberry #EC476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.15%

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

R = 57%
G = 17.15%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC476B (or 0xEC476B) is known color: Cranberry. HEX triplet: EC, 47 and 6B. RGB value is (236,71,107). Sum of RGB (Red+Green+Blue) = 236+71+107=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC476B is #13B894. Grayscale: #7C7C7C. Windows color (decimal): -1292437 or 7030764. OLE color: 7030764.

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

Color convert

RGB 236 71 107 -
CMYK 0 0.70 0.55 0.07
HSL 346.91º 0.81% 0.6% -
HSV(B) 346.91º 0.7% 0.93% -
XYZ 39.5 23.4 16.34 -
YUV 124.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 236 71 107 0 0.70 0.55 0.07 346.91 0.81 0.6
Hex EC 47 6B 0 46 37 7 15B 51 3C
Octal 354 107 153 0 106 67 7 533 121 74
Binary 11101100 1000111 1101011 0 1000110 110111 111 101011011 1010001 111100

Color Harmonies of #EC476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC476B

Black with #EC476B

Text Example


Text Example

White with #EC476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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