Html Css Color HEX #EC476F Cranberry

📋 copy color: '#EC476F'

red 236 ◦ green 71 ◦ blue 111

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

Shades of Cranberry #EC476F

Tints of Cranberry #EC476F

RGB

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

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

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

R = 56.46%
G = 16.99%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC476F (or 0xEC476F) is known color: Cranberry. HEX triplet: EC, 47 and 6F. RGB value is (236,71,111). Sum of RGB (Red+Green+Blue) = 236+71+111=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC476F is #13B890. Grayscale: #7C7C7C. Windows color (decimal): -1292433 or 7292908. OLE color: 7292908.

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

Color convert

RGB 236 71 111 -
CMYK 0 0.70 0.53 0.07
HSL 345.45º 0.81% 0.6% -
HSV(B) 345.45º 0.7% 0.93% -
XYZ 39.71 23.49 17.48 -
YUV 124.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 236 71 111 0 0.70 0.53 0.07 345.45 0.81 0.6
Hex EC 47 6F 0 46 35 7 159 51 3C
Octal 354 107 157 0 106 65 7 531 121 74
Binary 11101100 1000111 1101111 0 1000110 110101 111 101011001 1010001 111100

Color Harmonies of #EC476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC476F

Black with #EC476F

Text Example


Text Example

White with #EC476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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