Html Css Color HEX #EC5957 Flamingo

📋 copy color: '#EC5957'

red 236 ◦ green 89 ◦ blue 87

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

Shades of Flamingo #EC5957

Tints of Flamingo #EC5957

RGB

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

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

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

R = 57.28%
G = 21.6%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC5957 (or 0xEC5957) is known color: Flamingo. HEX triplet: EC, 59 and 57. RGB value is (236,89,87). Sum of RGB (Red+Green+Blue) = 236+89+87=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5957 is #13A6A8. Grayscale: #848484. Windows color (decimal): -1287849 or 5724652. OLE color: 5724652.

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

Color convert

RGB 236 89 87 -
CMYK 0 0.62 0.63 0.07
HSL 0.81º 0.8% 0.63% -
HSV(B) 0.81º 0.63% 0.93% -
XYZ 39.88 25.67 11.87 -
YUV 132.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 236 89 87 0 0.62 0.63 0.07 0.81 0.8 0.63
Hex EC 59 57 0 3E 3F 7 1 50 3F
Octal 354 131 127 0 76 77 7 1 120 77
Binary 11101100 1011001 1010111 0 111110 111111 111 1 1010000 111111

Color Harmonies of #EC5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5957

Black with #EC5957

Text Example


Text Example

White with #EC5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5957; }

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

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

background-color css

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

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

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

border-color css

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

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

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