Html Css Color HEX #EC5D4C Flamingo

📋 copy color: '#EC5D4C'

red 236 ◦ green 93 ◦ blue 76

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

Shades of Flamingo #EC5D4C

Tints of Flamingo #EC5D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.77%

R = 58.27%
G = 22.96%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC5D4C (or 0xEC5D4C) is known color: Flamingo. HEX triplet: EC, 5D and 4C. RGB value is (236,93,76). Sum of RGB (Red+Green+Blue) = 236+93+76=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D4C is #13A2B3. Grayscale: #868686. Windows color (decimal): -1286836 or 5004780. OLE color: 5004780.

HSL color Cylindrical-coordinate representation of color #EC5D4C: hue angle of 6.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC5D4C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 76 -
CMYK 0 0.61 0.68 0.07
HSL 6.38º 0.81% 0.61% -
HSV(B) 6.38º 0.68% 0.93% -
XYZ 39.81 26.18 9.79 -
YUV 133.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 236 93 76 0 0.61 0.68 0.07 6.38 0.81 0.61
Hex EC 5D 4C 0 3D 44 7 6 51 3D
Octal 354 135 114 0 75 104 7 6 121 75
Binary 11101100 1011101 1001100 0 111101 1000100 111 110 1010001 111101

Color Harmonies of #EC5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D4C

Black with #EC5D4C

Text Example


Text Example

White with #EC5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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