Html Css Color HEX #EC574E Flamingo

📋 copy color: '#EC574E'

red 236 ◦ green 87 ◦ blue 78

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

Shades of Flamingo #EC574E

Tints of Flamingo #EC574E

RGB

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

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

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

R = 58.85%
G = 21.7%
B = 19.45%

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

#EC574E (or 0xEC574E) is known color: Flamingo. HEX triplet: EC, 57 and 4E. RGB value is (236,87,78). Sum of RGB (Red+Green+Blue) = 236+87+78=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC574E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC574E is #13A8B1. Grayscale: #828282. Windows color (decimal): -1288370 or 5134316. OLE color: 5134316.

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

Color convert

RGB 236 87 78 -
CMYK 0 0.63 0.67 0.07
HSL 3.42º 0.81% 0.62% -
HSV(B) 3.42º 0.67% 0.93% -
XYZ 39.38 25.2 10 -
YUV 130.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 236 87 78 0 0.63 0.67 0.07 3.42 0.81 0.62
Hex EC 57 4E 0 3F 43 7 3 51 3E
Octal 354 127 116 0 77 103 7 3 121 76
Binary 11101100 1010111 1001110 0 111111 1000011 111 11 1010001 111110

Color Harmonies of #EC574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC574E

Black with #EC574E

Text Example


Text Example

White with #EC574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC574E; }

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

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

background-color css

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

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

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

border-color css

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

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

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