Html Css Color HEX #EC564A Flamingo

📋 copy color: '#EC564A'

red 236 ◦ green 86 ◦ blue 74

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

Shades of Flamingo #EC564A

Tints of Flamingo #EC564A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 59.6%
G = 21.72%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC564A (or 0xEC564A) is known color: Flamingo. HEX triplet: EC, 56 and 4A. RGB value is (236,86,74). Sum of RGB (Red+Green+Blue) = 236+86+74=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC564A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC564A is #13A9B5. Grayscale: #818181. Windows color (decimal): -1288630 or 4871916. OLE color: 4871916.

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

Color convert

RGB 236 86 74 -
CMYK 0 0.64 0.69 0.07
HSL 4.44º 0.81% 0.61% -
HSV(B) 4.44º 0.69% 0.93% -
XYZ 39.16 24.98 9.24 -
YUV 129.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 236 86 74 0 0.64 0.69 0.07 4.44 0.81 0.61
Hex EC 56 4A 0 40 45 7 4 51 3D
Octal 354 126 112 0 100 105 7 4 121 75
Binary 11101100 1010110 1001010 0 1000000 1000101 111 100 1010001 111101

Color Harmonies of #EC564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC564A

Black with #EC564A

Text Example


Text Example

White with #EC564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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