Html Css Color HEX #EC6147 Flamingo

📋 copy color: '#EC6147'

red 236 ◦ green 97 ◦ blue 71

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

Shades of Flamingo #EC6147

Tints of Flamingo #EC6147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.01%

 BLUE value IS 71 (28.13% from 255) = 17.57%

R = 58.42%
G = 24.01%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC6147 (or 0xEC6147) is known color: Flamingo. HEX triplet: EC, 61 and 47. RGB value is (236,97,71). Sum of RGB (Red+Green+Blue) = 236+97+71=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6147 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6147 is #139EB8. Grayscale: #878787. Windows color (decimal): -1285817 or 4678124. OLE color: 4678124.

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

Color convert

RGB 236 97 71 -
CMYK 0 0.59 0.70 0.07
HSL 9.45º 0.81% 0.6% -
HSV(B) 9.45º 0.7% 0.93% -
XYZ 40 26.84 9.03 -
YUV 135.6 91.55 199.61 -
System Red Green Blue C M Y K H S L
Decimal 236 97 71 0 0.59 0.70 0.07 9.45 0.81 0.6
Hex EC 61 47 0 3B 46 7 9 51 3C
Octal 354 141 107 0 73 106 7 11 121 74
Binary 11101100 1100001 1000111 0 111011 1000110 111 1001 1010001 111100

Color Harmonies of #EC6147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6147

Black with #EC6147

Text Example


Text Example

White with #EC6147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6147; }

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

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

background-color css

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

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

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

border-color css

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

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

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