Html Css Color HEX #EC5D48 Flamingo

📋 copy color: '#EC5D48'

red 236 ◦ green 93 ◦ blue 72

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

Shades of Flamingo #EC5D48

Tints of Flamingo #EC5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

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

R = 58.85%
G = 23.19%
B = 17.96%

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

#EC5D48 (or 0xEC5D48) is known color: Flamingo. HEX triplet: EC, 5D and 48. RGB value is (236,93,72). Sum of RGB (Red+Green+Blue) = 236+93+72=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D48 is #13A2B7. Grayscale: #858585. Windows color (decimal): -1286840 or 4742636. OLE color: 4742636.

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

Color convert

RGB 236 93 72 -
CMYK 0 0.61 0.69 0.07
HSL 7.68º 0.81% 0.6% -
HSV(B) 7.68º 0.69% 0.93% -
XYZ 39.68 26.13 9.08 -
YUV 133.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 236 93 72 0 0.61 0.69 0.07 7.68 0.81 0.6
Hex EC 5D 48 0 3D 45 7 8 51 3C
Octal 354 135 110 0 75 105 7 10 121 74
Binary 11101100 1011101 1001000 0 111101 1000101 111 1000 1010001 111100

Color Harmonies of #EC5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D48

Black with #EC5D48

Text Example


Text Example

White with #EC5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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