Html Css Color HEX #EC564E Flamingo

📋 copy color: '#EC564E'

red 236 ◦ green 86 ◦ blue 78

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

Shades of Flamingo #EC564E

Tints of Flamingo #EC564E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 59%
G = 21.5%
B = 19.5%

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

#EC564E (or 0xEC564E) is known color: Flamingo. HEX triplet: EC, 56 and 4E. RGB value is (236,86,78). Sum of RGB (Red+Green+Blue) = 236+86+78=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC564E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC564E is #13A9B1. Grayscale: #828282. Windows color (decimal): -1288626 or 5134060. OLE color: 5134060.

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

Color convert

RGB 236 86 78 -
CMYK 0 0.64 0.67 0.07
HSL 3.04º 0.81% 0.62% -
HSV(B) 3.04º 0.67% 0.93% -
XYZ 39.3 25.04 9.97 -
YUV 129.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 236 86 78 0 0.64 0.67 0.07 3.04 0.81 0.62
Hex EC 56 4E 0 40 43 7 3 51 3E
Octal 354 126 116 0 100 103 7 3 121 76
Binary 11101100 1010110 1001110 0 1000000 1000011 111 11 1010001 111110

Color Harmonies of #EC564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC564E

Black with #EC564E

Text Example


Text Example

White with #EC564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC564E; }

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

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

background-color css

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

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

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

border-color css

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

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

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