Html Css Color HEX #EC6159 Flamingo

📋 copy color: '#EC6159'

red 236 ◦ green 97 ◦ blue 89

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

Shades of Flamingo #EC6159

Tints of Flamingo #EC6159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.09%

R = 55.92%
G = 22.99%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC6159 (or 0xEC6159) is known color: Flamingo. HEX triplet: EC, 61 and 59. RGB value is (236,97,89). Sum of RGB (Red+Green+Blue) = 236+97+89=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6159 is #139EA6. Grayscale: #898989. Windows color (decimal): -1285799 or 5857772. OLE color: 5857772.

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

Color convert

RGB 236 97 89 -
CMYK 0 0.59 0.62 0.07
HSL 3.27º 0.79% 0.64% -
HSV(B) 3.27º 0.62% 0.93% -
XYZ 40.67 27.1 12.54 -
YUV 137.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 236 97 89 0 0.59 0.62 0.07 3.27 0.79 0.64
Hex EC 61 59 0 3B 3E 7 3 4F 40
Octal 354 141 131 0 73 76 7 3 117 100
Binary 11101100 1100001 1011001 0 111011 111110 111 11 1001111 1000000

Color Harmonies of #EC6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6159

Black with #EC6159

Text Example


Text Example

White with #EC6159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6159; }

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

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

background-color css

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

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

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

border-color css

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

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

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