Html Css Color HEX #EC5954 Flamingo

📋 copy color: '#EC5954'

red 236 ◦ green 89 ◦ blue 84

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

Shades of Flamingo #EC5954

Tints of Flamingo #EC5954

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

 BLUE value IS 84 (33.2% from 255) = 20.54%

R = 57.7%
G = 21.76%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5954 (or 0xEC5954) is known color: Flamingo. HEX triplet: EC, 59 and 54. RGB value is (236,89,84). Sum of RGB (Red+Green+Blue) = 236+89+84=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5954 is #13A6AB. Grayscale: #848484. Windows color (decimal): -1287852 or 5528044. OLE color: 5528044.

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

Color convert

RGB 236 89 84 -
CMYK 0 0.62 0.64 0.07
HSL 1.97º 0.8% 0.63% -
HSV(B) 1.97º 0.64% 0.93% -
XYZ 39.76 25.62 11.24 -
YUV 132.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 236 89 84 0 0.62 0.64 0.07 1.97 0.8 0.63
Hex EC 59 54 0 3E 40 7 2 50 3F
Octal 354 131 124 0 76 100 7 2 120 77
Binary 11101100 1011001 1010100 0 111110 1000000 111 10 1010000 111111

Color Harmonies of #EC5954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5954

Black with #EC5954

Text Example


Text Example

White with #EC5954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5954; }

 p { color: rgb(236,89,84); }

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

background-color css

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

 a { background-color: rgb(236,89,84); }

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

border-color css

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

 span { border-color: rgb(236,89,84); }

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