Html Css Color HEX #EC5958 Flamingo

📋 copy color: '#EC5958'

red 236 ◦ green 89 ◦ blue 88

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

Shades of Flamingo #EC5958

Tints of Flamingo #EC5958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 57.14%
G = 21.55%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC5958 (or 0xEC5958) is known color: Flamingo. HEX triplet: EC, 59 and 58. RGB value is (236,89,88). Sum of RGB (Red+Green+Blue) = 236+89+88=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5958 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5958 is #13A6A7. Grayscale: #848484. Windows color (decimal): -1287848 or 5790188. OLE color: 5790188.

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

Color convert

RGB 236 89 88 -
CMYK 0 0.62 0.63 0.07
HSL 0.41º 0.8% 0.64% -
HSV(B) 0.41º 0.63% 0.93% -
XYZ 39.93 25.68 12.09 -
YUV 132.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 236 89 88 0 0.62 0.63 0.07 0.41 0.8 0.64
Hex EC 59 58 0 3E 3F 7 0 50 40
Octal 354 131 130 0 76 77 7 0 120 100
Binary 11101100 1011001 1011000 0 111110 111111 111 0 1010000 1000000

Color Harmonies of #EC5958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5958

Black with #EC5958

Text Example


Text Example

White with #EC5958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5958; }

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

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

background-color css

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

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

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

border-color css

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

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

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