Html Css Color HEX #EC5C48 Flamingo

📋 copy color: '#EC5C48'

red 236 ◦ green 92 ◦ blue 72

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

Shades of Flamingo #EC5C48

Tints of Flamingo #EC5C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

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

R = 59%
G = 23%
B = 18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC5C48 (or 0xEC5C48) is known color: Flamingo. HEX triplet: EC, 5C and 48. RGB value is (236,92,72). Sum of RGB (Red+Green+Blue) = 236+92+72=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C48 is #13A3B7. Grayscale: #848484. Windows color (decimal): -1287096 or 4742380. OLE color: 4742380.

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

Color convert

RGB 236 92 72 -
CMYK 0 0.61 0.69 0.07
HSL 7.32º 0.81% 0.6% -
HSV(B) 7.32º 0.69% 0.93% -
XYZ 39.59 25.96 9.05 -
YUV 132.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 236 92 72 0 0.61 0.69 0.07 7.32 0.81 0.6
Hex EC 5C 48 0 3D 45 7 7 51 3C
Octal 354 134 110 0 75 105 7 7 121 74
Binary 11101100 1011100 1001000 0 111101 1000101 111 111 1010001 111100

Color Harmonies of #EC5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C48

Black with #EC5C48

Text Example


Text Example

White with #EC5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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