Html Css Color HEX #EC5953 Flamingo

📋 copy color: '#EC5953'

red 236 ◦ green 89 ◦ blue 83

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

Shades of Flamingo #EC5953

Tints of Flamingo #EC5953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.34%

R = 57.84%
G = 21.81%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC5953 (or 0xEC5953) is known color: Flamingo. HEX triplet: EC, 59 and 53. RGB value is (236,89,83). Sum of RGB (Red+Green+Blue) = 236+89+83=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5953 is #13A6AC. Grayscale: #848484. Windows color (decimal): -1287853 or 5462508. OLE color: 5462508.

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

Color convert

RGB 236 89 83 -
CMYK 0 0.62 0.65 0.07
HSL 2.35º 0.8% 0.63% -
HSV(B) 2.35º 0.65% 0.93% -
XYZ 39.73 25.6 11.03 -
YUV 132.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 236 89 83 0 0.62 0.65 0.07 2.35 0.8 0.63
Hex EC 59 53 0 3E 41 7 2 50 3F
Octal 354 131 123 0 76 101 7 2 120 77
Binary 11101100 1011001 1010011 0 111110 1000001 111 10 1010000 111111

Color Harmonies of #EC5953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5953

Black with #EC5953

Text Example


Text Example

White with #EC5953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5953; }

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

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

background-color css

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

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

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

border-color css

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

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

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