Html Css Color HEX #EC564F Flamingo

📋 copy color: '#EC564F'

red 236 ◦ green 86 ◦ blue 79

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

Shades of Flamingo #EC564F

Tints of Flamingo #EC564F

RGB

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

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

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

R = 58.85%
G = 21.45%
B = 19.7%

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

#EC564F (or 0xEC564F) is known color: Flamingo. HEX triplet: EC, 56 and 4F. RGB value is (236,86,79). Sum of RGB (Red+Green+Blue) = 236+86+79=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC564F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC564F is #13A9B0. Grayscale: #828282. Windows color (decimal): -1288625 or 5199596. OLE color: 5199596.

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

Color convert

RGB 236 86 79 -
CMYK 0 0.64 0.67 0.07
HSL 2.68º 0.81% 0.62% -
HSV(B) 2.68º 0.67% 0.93% -
XYZ 39.33 25.05 10.16 -
YUV 130.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 236 86 79 0 0.64 0.67 0.07 2.68 0.81 0.62
Hex EC 56 4F 0 40 43 7 3 51 3E
Octal 354 126 117 0 100 103 7 3 121 76
Binary 11101100 1010110 1001111 0 1000000 1000011 111 11 1010001 111110

Color Harmonies of #EC564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC564F

Black with #EC564F

Text Example


Text Example

White with #EC564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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