Html Css Color HEX #EC5748 Flamingo

📋 copy color: '#EC5748'

red 236 ◦ green 87 ◦ blue 72

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

Shades of Flamingo #EC5748

Tints of Flamingo #EC5748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 59.75%
G = 22.03%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5748 (or 0xEC5748) is known color: Flamingo. HEX triplet: EC, 57 and 48. RGB value is (236,87,72). Sum of RGB (Red+Green+Blue) = 236+87+72=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5748 is #13A8B7. Grayscale: #828282. Windows color (decimal): -1288376 or 4741100. OLE color: 4741100.

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

Color convert

RGB 236 87 72 -
CMYK 0 0.63 0.69 0.07
HSL 5.49º 0.81% 0.6% -
HSV(B) 5.49º 0.69% 0.93% -
XYZ 39.17 25.12 8.91 -
YUV 129.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 236 87 72 0 0.63 0.69 0.07 5.49 0.81 0.6
Hex EC 57 48 0 3F 45 7 5 51 3C
Octal 354 127 110 0 77 105 7 5 121 74
Binary 11101100 1010111 1001000 0 111111 1000101 111 101 1010001 111100

Color Harmonies of #EC5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5748

Black with #EC5748

Text Example


Text Example

White with #EC5748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5748; }

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

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

background-color css

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

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

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

border-color css

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

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

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