Html Css Color HEX #EC574F Flamingo

📋 copy color: '#EC574F'

red 236 ◦ green 87 ◦ blue 79

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

Shades of Flamingo #EC574F

Tints of Flamingo #EC574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.64%

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

R = 58.71%
G = 21.64%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC574F (or 0xEC574F) is known color: Flamingo. HEX triplet: EC, 57 and 4F. RGB value is (236,87,79). Sum of RGB (Red+Green+Blue) = 236+87+79=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC574F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC574F is #13A8B0. Grayscale: #828282. Windows color (decimal): -1288369 or 5199852. OLE color: 5199852.

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

Color convert

RGB 236 87 79 -
CMYK 0 0.63 0.67 0.07
HSL 3.06º 0.81% 0.62% -
HSV(B) 3.06º 0.67% 0.93% -
XYZ 39.41 25.21 10.19 -
YUV 130.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 236 87 79 0 0.63 0.67 0.07 3.06 0.81 0.62
Hex EC 57 4F 0 3F 43 7 3 51 3E
Octal 354 127 117 0 77 103 7 3 121 76
Binary 11101100 1010111 1001111 0 111111 1000011 111 11 1010001 111110

Color Harmonies of #EC574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC574F

Black with #EC574F

Text Example


Text Example

White with #EC574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC574F; }

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

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

background-color css

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

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

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

border-color css

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

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

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