Html Css Color HEX #EC5857 Flamingo

📋 copy color: '#EC5857'

red 236 ◦ green 88 ◦ blue 87

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

Shades of Flamingo #EC5857

Tints of Flamingo #EC5857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 57.42%
G = 21.41%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC5857 (or 0xEC5857) is known color: Flamingo. HEX triplet: EC, 58 and 57. RGB value is (236,88,87). Sum of RGB (Red+Green+Blue) = 236+88+87=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5857 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5857 is #13A7A8. Grayscale: #848484. Windows color (decimal): -1288105 or 5724396. OLE color: 5724396.

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

Color convert

RGB 236 88 87 -
CMYK 0 0.63 0.63 0.07
HSL 0.4º 0.8% 0.63% -
HSV(B) 0.4º 0.63% 0.93% -
XYZ 39.8 25.5 11.84 -
YUV 132.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 236 88 87 0 0.63 0.63 0.07 0.4 0.8 0.63
Hex EC 58 57 0 3F 3F 7 0 50 3F
Octal 354 130 127 0 77 77 7 0 120 77
Binary 11101100 1011000 1010111 0 111111 111111 111 0 1010000 111111

Color Harmonies of #EC5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5857

Black with #EC5857

Text Example


Text Example

White with #EC5857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5857; }

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

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

background-color css

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

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

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

border-color css

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

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

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