Html Css Color HEX #EC594C Flamingo

📋 copy color: '#EC594C'

red 236 ◦ green 89 ◦ blue 76

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

Shades of Flamingo #EC594C

Tints of Flamingo #EC594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 58.85%
G = 22.19%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC594C (or 0xEC594C) is known color: Flamingo. HEX triplet: EC, 59 and 4C. RGB value is (236,89,76). Sum of RGB (Red+Green+Blue) = 236+89+76=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC594C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC594C is #13A6B3. Grayscale: #838383. Windows color (decimal): -1287860 or 5003756. OLE color: 5003756.

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

Color convert

RGB 236 89 76 -
CMYK 0 0.62 0.68 0.07
HSL 4.88º 0.81% 0.61% -
HSV(B) 4.88º 0.68% 0.93% -
XYZ 39.47 25.5 9.68 -
YUV 131.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 236 89 76 0 0.62 0.68 0.07 4.88 0.81 0.61
Hex EC 59 4C 0 3E 44 7 5 51 3D
Octal 354 131 114 0 76 104 7 5 121 75
Binary 11101100 1011001 1001100 0 111110 1000100 111 101 1010001 111101

Color Harmonies of #EC594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC594C

Black with #EC594C

Text Example


Text Example

White with #EC594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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