Html Css Color HEX #EC5D59 Flamingo

📋 copy color: '#EC5D59'

red 236 ◦ green 93 ◦ blue 89

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

Shades of Flamingo #EC5D59

Tints of Flamingo #EC5D59

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

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

R = 56.46%
G = 22.25%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC5D59 (or 0xEC5D59) is known color: Flamingo. HEX triplet: EC, 5D and 59. RGB value is (236,93,89). Sum of RGB (Red+Green+Blue) = 236+93+89=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D59 is #13A2A6. Grayscale: #878787. Windows color (decimal): -1286823 or 5856748. OLE color: 5856748.

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

Color convert

RGB 236 93 89 -
CMYK 0 0.61 0.62 0.07
HSL 1.63º 0.79% 0.64% -
HSV(B) 1.63º 0.62% 0.93% -
XYZ 40.31 26.38 12.42 -
YUV 135.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 236 93 89 0 0.61 0.62 0.07 1.63 0.79 0.64
Hex EC 5D 59 0 3D 3E 7 2 4F 40
Octal 354 135 131 0 75 76 7 2 117 100
Binary 11101100 1011101 1011001 0 111101 111110 111 10 1001111 1000000

Color Harmonies of #EC5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D59

Black with #EC5D59

Text Example


Text Example

White with #EC5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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