Html Css Color HEX #EC5E48 Flamingo

📋 copy color: '#EC5E48'

red 236 ◦ green 94 ◦ blue 72

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

Shades of Flamingo #EC5E48

Tints of Flamingo #EC5E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

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

R = 58.71%
G = 23.38%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5E48 (or 0xEC5E48) is known color: Flamingo. HEX triplet: EC, 5E and 48. RGB value is (236,94,72). Sum of RGB (Red+Green+Blue) = 236+94+72=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E48 is #13A1B7. Grayscale: #868686. Windows color (decimal): -1286584 or 4742892. OLE color: 4742892.

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

Color convert

RGB 236 94 72 -
CMYK 0 0.60 0.69 0.07
HSL 8.05º 0.81% 0.6% -
HSV(B) 8.05º 0.69% 0.93% -
XYZ 39.76 26.31 9.11 -
YUV 133.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 236 94 72 0 0.60 0.69 0.07 8.05 0.81 0.6
Hex EC 5E 48 0 3C 45 7 8 51 3C
Octal 354 136 110 0 74 105 7 10 121 74
Binary 11101100 1011110 1001000 0 111100 1000101 111 1000 1010001 111100

Color Harmonies of #EC5E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E48

Black with #EC5E48

Text Example


Text Example

White with #EC5E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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