Html Css Color HEX #EC5752 Flamingo

📋 copy color: '#EC5752'

red 236 ◦ green 87 ◦ blue 82

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

Shades of Flamingo #EC5752

Tints of Flamingo #EC5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.48%

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

R = 58.27%
G = 21.48%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC5752 (or 0xEC5752) is known color: Flamingo. HEX triplet: EC, 57 and 52. RGB value is (236,87,82). Sum of RGB (Red+Green+Blue) = 236+87+82=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5752 is #13A8AD. Grayscale: #838383. Windows color (decimal): -1288366 or 5396460. OLE color: 5396460.

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

Color convert

RGB 236 87 82 -
CMYK 0 0.63 0.65 0.07
HSL 1.95º 0.8% 0.62% -
HSV(B) 1.95º 0.65% 0.93% -
XYZ 39.52 25.26 10.77 -
YUV 130.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 236 87 82 0 0.63 0.65 0.07 1.95 0.8 0.62
Hex EC 57 52 0 3F 41 7 2 50 3E
Octal 354 127 122 0 77 101 7 2 120 76
Binary 11101100 1010111 1010010 0 111111 1000001 111 10 1010000 111110

Color Harmonies of #EC5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5752

Black with #EC5752

Text Example


Text Example

White with #EC5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5752; }

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

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

background-color css

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

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

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

border-color css

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

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

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