Html Css Color HEX #EC5F59 Flamingo

📋 copy color: '#EC5F59'

red 236 ◦ green 95 ◦ blue 89

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

Shades of Flamingo #EC5F59

Tints of Flamingo #EC5F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 56.19%
G = 22.62%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC5F59 (or 0xEC5F59) is known color: Flamingo. HEX triplet: EC, 5F and 59. RGB value is (236,95,89). Sum of RGB (Red+Green+Blue) = 236+95+89=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F59 is #13A0A6. Grayscale: #888888. Windows color (decimal): -1286311 or 5857260. OLE color: 5857260.

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

Color convert

RGB 236 95 89 -
CMYK 0 0.60 0.62 0.07
HSL 2.45º 0.79% 0.64% -
HSV(B) 2.45º 0.62% 0.93% -
XYZ 40.49 26.74 12.48 -
YUV 136.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 236 95 89 0 0.60 0.62 0.07 2.45 0.79 0.64
Hex EC 5F 59 0 3C 3E 7 2 4F 40
Octal 354 137 131 0 74 76 7 2 117 100
Binary 11101100 1011111 1011001 0 111100 111110 111 10 1001111 1000000

Color Harmonies of #EC5F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F59

Black with #EC5F59

Text Example


Text Example

White with #EC5F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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