Html Css Color HEX #EC554A Flamingo

📋 copy color: '#EC554A'

red 236 ◦ green 85 ◦ blue 74

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

Shades of Flamingo #EC554A

Tints of Flamingo #EC554A

RGB

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

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

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

R = 59.75%
G = 21.52%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC554A (or 0xEC554A) is known color: Flamingo. HEX triplet: EC, 55 and 4A. RGB value is (236,85,74). Sum of RGB (Red+Green+Blue) = 236+85+74=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC554A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC554A is #13AAB5. Grayscale: #818181. Windows color (decimal): -1288886 or 4871660. OLE color: 4871660.

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

Color convert

RGB 236 85 74 -
CMYK 0 0.64 0.69 0.07
HSL 4.07º 0.81% 0.61% -
HSV(B) 4.07º 0.69% 0.93% -
XYZ 39.08 24.82 9.21 -
YUV 128.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 236 85 74 0 0.64 0.69 0.07 4.07 0.81 0.61
Hex EC 55 4A 0 40 45 7 4 51 3D
Octal 354 125 112 0 100 105 7 4 121 75
Binary 11101100 1010101 1001010 0 1000000 1000101 111 100 1010001 111101

Color Harmonies of #EC554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC554A

Black with #EC554A

Text Example


Text Example

White with #EC554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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