Html Css Color HEX #EC564C Flamingo

📋 copy color: '#EC564C'

red 236 ◦ green 86 ◦ blue 76

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

Shades of Flamingo #EC564C

Tints of Flamingo #EC564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 59.3%
G = 21.61%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC564C (or 0xEC564C) is known color: Flamingo. HEX triplet: EC, 56 and 4C. RGB value is (236,86,76). Sum of RGB (Red+Green+Blue) = 236+86+76=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC564C is #13A9B3. Grayscale: #818181. Windows color (decimal): -1288628 or 5002988. OLE color: 5002988.

HSL color Cylindrical-coordinate representation of color #EC564C: hue angle of 3.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC564C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 76 -
CMYK 0 0.64 0.68 0.07
HSL 3.75º 0.81% 0.61% -
HSV(B) 3.75º 0.68% 0.93% -
XYZ 39.22 25.01 9.6 -
YUV 129.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 236 86 76 0 0.64 0.68 0.07 3.75 0.81 0.61
Hex EC 56 4C 0 40 44 7 4 51 3D
Octal 354 126 114 0 100 104 7 4 121 75
Binary 11101100 1010110 1001100 0 1000000 1000100 111 100 1010001 111101

Color Harmonies of #EC564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC564C

Black with #EC564C

Text Example


Text Example

White with #EC564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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