Html Css Color HEX #EC5E50 Flamingo

📋 copy color: '#EC5E50'

red 236 ◦ green 94 ◦ blue 80

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

Shades of Flamingo #EC5E50

Tints of Flamingo #EC5E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 57.56%
G = 22.93%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC5E50 (or 0xEC5E50) is known color: Flamingo. HEX triplet: EC, 5E and 50. RGB value is (236,94,80). Sum of RGB (Red+Green+Blue) = 236+94+80=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E50 is #13A1AF. Grayscale: #878787. Windows color (decimal): -1286576 or 5267180. OLE color: 5267180.

HSL color Cylindrical-coordinate representation of color #EC5E50: hue angle of 5.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5E50 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 80 -
CMYK 0 0.60 0.66 0.07
HSL 5.38º 0.8% 0.62% -
HSV(B) 5.38º 0.66% 0.93% -
XYZ 40.04 26.42 10.58 -
YUV 134.86 97.04 200.14 -
System Red Green Blue C M Y K H S L
Decimal 236 94 80 0 0.60 0.66 0.07 5.38 0.8 0.62
Hex EC 5E 50 0 3C 42 7 5 50 3E
Octal 354 136 120 0 74 102 7 5 120 76
Binary 11101100 1011110 1010000 0 111100 1000010 111 101 1010000 111110

Color Harmonies of #EC5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E50

Black with #EC5E50

Text Example


Text Example

White with #EC5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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