Html Css Color HEX #EC564D Flamingo

📋 copy color: '#EC564D'

red 236 ◦ green 86 ◦ blue 77

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

Shades of Flamingo #EC564D

Tints of Flamingo #EC564D

RGB

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

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

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

R = 59.15%
G = 21.55%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC564D (or 0xEC564D) is known color: Flamingo. HEX triplet: EC, 56 and 4D. RGB value is (236,86,77). Sum of RGB (Red+Green+Blue) = 236+86+77=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC564D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC564D is #13A9B2. Grayscale: #828282. Windows color (decimal): -1288627 or 5068524. OLE color: 5068524.

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

Color convert

RGB 236 86 77 -
CMYK 0 0.64 0.67 0.07
HSL 3.4º 0.81% 0.61% -
HSV(B) 3.4º 0.67% 0.93% -
XYZ 39.26 25.02 9.78 -
YUV 129.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 236 86 77 0 0.64 0.67 0.07 3.4 0.81 0.61
Hex EC 56 4D 0 40 43 7 3 51 3D
Octal 354 126 115 0 100 103 7 3 121 75
Binary 11101100 1010110 1001101 0 1000000 1000011 111 11 1010001 111101

Color Harmonies of #EC564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC564D

Black with #EC564D

Text Example


Text Example

White with #EC564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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