Html Css Color HEX #EC574A Flamingo

📋 copy color: '#EC574A'

red 236 ◦ green 87 ◦ blue 74

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

Shades of Flamingo #EC574A

Tints of Flamingo #EC574A

RGB

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

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

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

R = 59.45%
G = 21.91%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC574A (or 0xEC574A) is known color: Flamingo. HEX triplet: EC, 57 and 4A. RGB value is (236,87,74). Sum of RGB (Red+Green+Blue) = 236+87+74=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC574A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC574A is #13A8B5. Grayscale: #828282. Windows color (decimal): -1288374 or 4872172. OLE color: 4872172.

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

Color convert

RGB 236 87 74 -
CMYK 0 0.63 0.69 0.07
HSL 4.81º 0.81% 0.61% -
HSV(B) 4.81º 0.69% 0.93% -
XYZ 39.24 25.14 9.26 -
YUV 130.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 236 87 74 0 0.63 0.69 0.07 4.81 0.81 0.61
Hex EC 57 4A 0 3F 45 7 5 51 3D
Octal 354 127 112 0 77 105 7 5 121 75
Binary 11101100 1010111 1001010 0 111111 1000101 111 101 1010001 111101

Color Harmonies of #EC574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC574A

Black with #EC574A

Text Example


Text Example

White with #EC574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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