Html Css Color HEX #EC5952 Flamingo

📋 copy color: '#EC5952'

red 236 ◦ green 89 ◦ blue 82

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

Shades of Flamingo #EC5952

Tints of Flamingo #EC5952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 57.99%
G = 21.87%
B = 20.15%

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

#EC5952 (or 0xEC5952) is known color: Flamingo. HEX triplet: EC, 59 and 52. RGB value is (236,89,82). Sum of RGB (Red+Green+Blue) = 236+89+82=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5952 is #13A6AD. Grayscale: #848484. Windows color (decimal): -1287854 or 5396972. OLE color: 5396972.

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

Color convert

RGB 236 89 82 -
CMYK 0 0.62 0.65 0.07
HSL 2.73º 0.8% 0.62% -
HSV(B) 2.73º 0.65% 0.93% -
XYZ 39.69 25.59 10.83 -
YUV 132.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 236 89 82 0 0.62 0.65 0.07 2.73 0.8 0.62
Hex EC 59 52 0 3E 41 7 3 50 3E
Octal 354 131 122 0 76 101 7 3 120 76
Binary 11101100 1011001 1010010 0 111110 1000001 111 11 1010000 111110

Color Harmonies of #EC5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5952

Black with #EC5952

Text Example


Text Example

White with #EC5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5952; }

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

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

background-color css

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

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

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

border-color css

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

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

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