Html Css Color HEX #EC5848 Flamingo

📋 copy color: '#EC5848'

red 236 ◦ green 88 ◦ blue 72

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

Shades of Flamingo #EC5848

Tints of Flamingo #EC5848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.22%

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

R = 59.6%
G = 22.22%
B = 18.18%

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

#EC5848 (or 0xEC5848) is known color: Flamingo. HEX triplet: EC, 58 and 48. RGB value is (236,88,72). Sum of RGB (Red+Green+Blue) = 236+88+72=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5848 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5848 is #13A7B7. Grayscale: #828282. Windows color (decimal): -1288120 or 4741356. OLE color: 4741356.

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

Color convert

RGB 236 88 72 -
CMYK 0 0.63 0.69 0.07
HSL 5.85º 0.81% 0.6% -
HSV(B) 5.85º 0.69% 0.93% -
XYZ 39.25 25.28 8.94 -
YUV 130.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 236 88 72 0 0.63 0.69 0.07 5.85 0.81 0.6
Hex EC 58 48 0 3F 45 7 6 51 3C
Octal 354 130 110 0 77 105 7 6 121 74
Binary 11101100 1011000 1001000 0 111111 1000101 111 110 1010001 111100

Color Harmonies of #EC5848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5848

Black with #EC5848

Text Example


Text Example

White with #EC5848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5848; }

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

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

background-color css

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

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

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

border-color css

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

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

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