Html Css Color HEX #EC5B51 Flamingo

📋 copy color: '#EC5B51'

red 236 ◦ green 91 ◦ blue 81

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

Shades of Flamingo #EC5B51

Tints of Flamingo #EC5B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 57.84%
G = 22.3%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC5B51 (or 0xEC5B51) is known color: Flamingo. HEX triplet: EC, 5B and 51. RGB value is (236,91,81). Sum of RGB (Red+Green+Blue) = 236+91+81=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B51 is #13A4AE. Grayscale: #858585. Windows color (decimal): -1287343 or 5331948. OLE color: 5331948.

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

Color convert

RGB 236 91 81 -
CMYK 0 0.61 0.66 0.07
HSL 3.87º 0.8% 0.62% -
HSV(B) 3.87º 0.66% 0.93% -
XYZ 39.82 25.91 10.69 -
YUV 133.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 236 91 81 0 0.61 0.66 0.07 3.87 0.8 0.62
Hex EC 5B 51 0 3D 42 7 4 50 3E
Octal 354 133 121 0 75 102 7 4 120 76
Binary 11101100 1011011 1010001 0 111101 1000010 111 100 1010000 111110

Color Harmonies of #EC5B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B51

Black with #EC5B51

Text Example


Text Example

White with #EC5B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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