Html Css Color HEX #EC5A56 Flamingo

📋 copy color: '#EC5A56'

red 236 ◦ green 90 ◦ blue 86

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

Shades of Flamingo #EC5A56

Tints of Flamingo #EC5A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 57.28%
G = 21.84%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC5A56 (or 0xEC5A56) is known color: Flamingo. HEX triplet: EC, 5A and 56. RGB value is (236,90,86). Sum of RGB (Red+Green+Blue) = 236+90+86=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A56 is #13A5A9. Grayscale: #858585. Windows color (decimal): -1287594 or 5659372. OLE color: 5659372.

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

Color convert

RGB 236 90 86 -
CMYK 0 0.62 0.64 0.07
HSL 1.6º 0.8% 0.63% -
HSV(B) 1.6º 0.64% 0.93% -
XYZ 39.93 25.82 11.68 -
YUV 133.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 236 90 86 0 0.62 0.64 0.07 1.6 0.8 0.63
Hex EC 5A 56 0 3E 40 7 2 50 3F
Octal 354 132 126 0 76 100 7 2 120 77
Binary 11101100 1011010 1010110 0 111110 1000000 111 10 1010000 111111

Color Harmonies of #EC5A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A56

Black with #EC5A56

Text Example


Text Example

White with #EC5A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A56; }

 p { color: rgb(236,90,86); }

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

background-color css

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

 a { background-color: rgb(236,90,86); }

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

border-color css

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

 span { border-color: rgb(236,90,86); }

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