Html Css Color HEX #EC6559 Flamingo

📋 copy color: '#EC6559'

red 236 ◦ green 101 ◦ blue 89

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

Shades of Flamingo #EC6559

Tints of Flamingo #EC6559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 55.4%
G = 23.71%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC6559 (or 0xEC6559) is known color: Flamingo. HEX triplet: EC, 65 and 59. RGB value is (236,101,89). Sum of RGB (Red+Green+Blue) = 236+101+89=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6559 is #139AA6. Grayscale: #8C8C8C. Windows color (decimal): -1284775 or 5858796. OLE color: 5858796.

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

Color convert

RGB 236 101 89 -
CMYK 0 0.57 0.62 0.07
HSL 4.9º 0.79% 0.64% -
HSV(B) 4.9º 0.62% 0.93% -
XYZ 41.05 27.86 12.67 -
YUV 140 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 236 101 89 0 0.57 0.62 0.07 4.9 0.79 0.64
Hex EC 65 59 0 39 3E 7 5 4F 40
Octal 354 145 131 0 71 76 7 5 117 100
Binary 11101100 1100101 1011001 0 111001 111110 111 101 1001111 1000000

Color Harmonies of #EC6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6559

Black with #EC6559

Text Example


Text Example

White with #EC6559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6559; }

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

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

background-color css

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

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

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

border-color css

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

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

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