Html Css Color HEX #EC5846 Flamingo

📋 copy color: '#EC5846'

red 236 ◦ green 88 ◦ blue 70

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

Shades of Flamingo #EC5846

Tints of Flamingo #EC5846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 59.9%
G = 22.34%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC5846 (or 0xEC5846) is known color: Flamingo. HEX triplet: EC, 58 and 46. RGB value is (236,88,70). Sum of RGB (Red+Green+Blue) = 236+88+70=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5846 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5846 is #13A7B9. Grayscale: #828282. Windows color (decimal): -1288122 or 4610284. OLE color: 4610284.

HSL color Cylindrical-coordinate representation of color #EC5846: hue angle of 6.51º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC5846 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 70 -
CMYK 0 0.63 0.70 0.07
HSL 6.51º 0.81% 0.6% -
HSV(B) 6.51º 0.7% 0.93% -
XYZ 39.19 25.25 8.6 -
YUV 130.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 236 88 70 0 0.63 0.70 0.07 6.51 0.81 0.6
Hex EC 58 46 0 3F 46 7 7 51 3C
Octal 354 130 106 0 77 106 7 7 121 74
Binary 11101100 1011000 1000110 0 111111 1000110 111 111 1010001 111100

Color Harmonies of #EC5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5846

Black with #EC5846

Text Example


Text Example

White with #EC5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5846; }

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

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

background-color css

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

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

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

border-color css

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

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

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