Html Css Color HEX #EC5742 Flamingo

📋 copy color: '#EC5742'

red 236 ◦ green 87 ◦ blue 66

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

Shades of Flamingo #EC5742

Tints of Flamingo #EC5742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.37%

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 60.67%
G = 22.37%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5742 (or 0xEC5742) is known color: Flamingo. HEX triplet: EC, 57 and 42. RGB value is (236,87,66). Sum of RGB (Red+Green+Blue) = 236+87+66=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5742 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5742 is #13A8BD. Grayscale: #818181. Windows color (decimal): -1288382 or 4347884. OLE color: 4347884.

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

Color convert

RGB 236 87 66 -
CMYK 0 0.63 0.72 0.07
HSL 7.41º 0.82% 0.59% -
HSV(B) 7.41º 0.72% 0.93% -
XYZ 38.98 25.04 7.93 -
YUV 129.16 92.36 204.21 -
System Red Green Blue C M Y K H S L
Decimal 236 87 66 0 0.63 0.72 0.07 7.41 0.82 0.59
Hex EC 57 42 0 3F 48 7 7 52 3B
Octal 354 127 102 0 77 110 7 7 122 73
Binary 11101100 1010111 1000010 0 111111 1001000 111 111 1010010 111011

Color Harmonies of #EC5742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5742

Black with #EC5742

Text Example


Text Example

White with #EC5742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5742; }

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

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

background-color css

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

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

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

border-color css

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

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

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