Html Css Color HEX #EC5B4F Flamingo

📋 copy color: '#EC5B4F'

red 236 ◦ green 91 ◦ blue 79

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

Shades of Flamingo #EC5B4F

Tints of Flamingo #EC5B4F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 58.13%
G = 22.41%
B = 19.46%

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

#EC5B4F (or 0xEC5B4F) is known color: Flamingo. HEX triplet: EC, 5B and 4F. RGB value is (236,91,79). Sum of RGB (Red+Green+Blue) = 236+91+79=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B4F is #13A4B0. Grayscale: #858585. Windows color (decimal): -1287345 or 5200876. OLE color: 5200876.

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

Color convert

RGB 236 91 79 -
CMYK 0 0.61 0.67 0.07
HSL 4.59º 0.81% 0.62% -
HSV(B) 4.59º 0.67% 0.93% -
XYZ 39.74 25.88 10.3 -
YUV 132.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 236 91 79 0 0.61 0.67 0.07 4.59 0.81 0.62
Hex EC 5B 4F 0 3D 43 7 5 51 3E
Octal 354 133 117 0 75 103 7 5 121 76
Binary 11101100 1011011 1001111 0 111101 1000011 111 101 1010001 111110

Color Harmonies of #EC5B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B4F

Black with #EC5B4F

Text Example


Text Example

White with #EC5B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B4F; }

 p { color: rgb(236,91,79); }

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

background-color css

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

 a { background-color: rgb(236,91,79); }

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

border-color css

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

 span { border-color: rgb(236,91,79); }

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