Html Css Color HEX #EC6157 Flamingo

📋 copy color: '#EC6157'

red 236 ◦ green 97 ◦ blue 87

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

Shades of Flamingo #EC6157

Tints of Flamingo #EC6157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.71%

R = 56.19%
G = 23.1%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC6157 (or 0xEC6157) is known color: Flamingo. HEX triplet: EC, 61 and 57. RGB value is (236,97,87). Sum of RGB (Red+Green+Blue) = 236+97+87=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6157 is #139EA8. Grayscale: #898989. Windows color (decimal): -1285801 or 5726700. OLE color: 5726700.

HSL color Cylindrical-coordinate representation of color #EC6157: hue angle of 4.03º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC6157 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 87 -
CMYK 0 0.59 0.63 0.07
HSL 4.03º 0.8% 0.63% -
HSV(B) 4.03º 0.63% 0.93% -
XYZ 40.59 27.07 12.1 -
YUV 137.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 236 97 87 0 0.59 0.63 0.07 4.03 0.8 0.63
Hex EC 61 57 0 3B 3F 7 4 50 3F
Octal 354 141 127 0 73 77 7 4 120 77
Binary 11101100 1100001 1010111 0 111011 111111 111 100 1010000 111111

Color Harmonies of #EC6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6157

Black with #EC6157

Text Example


Text Example

White with #EC6157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6157; }

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

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

background-color css

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

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

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

border-color css

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

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

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