Html Css Color HEX #EC5651 Flamingo

📋 copy color: '#EC5651'

red 236 ◦ green 86 ◦ blue 81

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

Shades of Flamingo #EC5651

Tints of Flamingo #EC5651

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 58.56%
G = 21.34%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC5651 (or 0xEC5651) is known color: Flamingo. HEX triplet: EC, 56 and 51. RGB value is (236,86,81). Sum of RGB (Red+Green+Blue) = 236+86+81=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5651 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5651 is #13A9AE. Grayscale: #828282. Windows color (decimal): -1288623 or 5330668. OLE color: 5330668.

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

Color convert

RGB 236 86 81 -
CMYK 0 0.64 0.66 0.07
HSL 1.94º 0.8% 0.62% -
HSV(B) 1.94º 0.66% 0.93% -
XYZ 39.41 25.08 10.55 -
YUV 130.28 100.2 203.41 -
System Red Green Blue C M Y K H S L
Decimal 236 86 81 0 0.64 0.66 0.07 1.94 0.8 0.62
Hex EC 56 51 0 40 42 7 2 50 3E
Octal 354 126 121 0 100 102 7 2 120 76
Binary 11101100 1010110 1010001 0 1000000 1000010 111 10 1010000 111110

Color Harmonies of #EC5651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5651

Black with #EC5651

Text Example


Text Example

White with #EC5651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5651; }

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

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

background-color css

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

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

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

border-color css

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

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

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