Html Css Color HEX #EC554C Flamingo

📋 copy color: '#EC554C'

red 236 ◦ green 85 ◦ blue 76

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

Shades of Flamingo #EC554C

Tints of Flamingo #EC554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 59.45%
G = 21.41%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC554C (or 0xEC554C) is known color: Flamingo. HEX triplet: EC, 55 and 4C. RGB value is (236,85,76). Sum of RGB (Red+Green+Blue) = 236+85+76=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC554C is #13AAB3. Grayscale: #818181. Windows color (decimal): -1288884 or 5002732. OLE color: 5002732.

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

Color convert

RGB 236 85 76 -
CMYK 0 0.64 0.68 0.07
HSL 3.38º 0.81% 0.61% -
HSV(B) 3.38º 0.68% 0.93% -
XYZ 39.15 24.85 9.57 -
YUV 129.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 236 85 76 0 0.64 0.68 0.07 3.38 0.81 0.61
Hex EC 55 4C 0 40 44 7 3 51 3D
Octal 354 125 114 0 100 104 7 3 121 75
Binary 11101100 1010101 1001100 0 1000000 1000100 111 11 1010001 111101

Color Harmonies of #EC554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC554C

Black with #EC554C

Text Example


Text Example

White with #EC554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC554C; }

 p { color: rgb(236,85,76); }

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

background-color css

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

 a { background-color: rgb(236,85,76); }

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

border-color css

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

 span { border-color: rgb(236,85,76); }

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