Html Css Color HEX #EC5D4D Flamingo

📋 copy color: '#EC5D4D'

red 236 ◦ green 93 ◦ blue 77

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

Shades of Flamingo #EC5D4D

Tints of Flamingo #EC5D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.97%

R = 58.13%
G = 22.91%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC5D4D (or 0xEC5D4D) is known color: Flamingo. HEX triplet: EC, 5D and 4D. RGB value is (236,93,77). Sum of RGB (Red+Green+Blue) = 236+93+77=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D4D is #13A2B2. Grayscale: #868686. Windows color (decimal): -1286835 or 5070316. OLE color: 5070316.

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

Color convert

RGB 236 93 77 -
CMYK 0 0.61 0.67 0.07
HSL 6.04º 0.81% 0.61% -
HSV(B) 6.04º 0.67% 0.93% -
XYZ 39.85 26.2 9.98 -
YUV 133.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 236 93 77 0 0.61 0.67 0.07 6.04 0.81 0.61
Hex EC 5D 4D 0 3D 43 7 6 51 3D
Octal 354 135 115 0 75 103 7 6 121 75
Binary 11101100 1011101 1001101 0 111101 1000011 111 110 1010001 111101

Color Harmonies of #EC5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D4D

Black with #EC5D4D

Text Example


Text Example

White with #EC5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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