Html Css Color HEX #EC5645 Flamingo

📋 copy color: '#EC5645'

red 236 ◦ green 86 ◦ blue 69

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

Shades of Flamingo #EC5645

Tints of Flamingo #EC5645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 60.36%
G = 21.99%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC5645 (or 0xEC5645) is known color: Flamingo. HEX triplet: EC, 56 and 45. RGB value is (236,86,69). Sum of RGB (Red+Green+Blue) = 236+86+69=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5645 is #13A9BA. Grayscale: #818181. Windows color (decimal): -1288635 or 4544236. OLE color: 4544236.

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

Color convert

RGB 236 86 69 -
CMYK 0 0.64 0.71 0.07
HSL 6.11º 0.81% 0.6% -
HSV(B) 6.11º 0.71% 0.93% -
XYZ 38.99 24.92 8.38 -
YUV 128.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 236 86 69 0 0.64 0.71 0.07 6.11 0.81 0.6
Hex EC 56 45 0 40 47 7 6 51 3C
Octal 354 126 105 0 100 107 7 6 121 74
Binary 11101100 1010110 1000101 0 1000000 1000111 111 110 1010001 111100

Color Harmonies of #EC5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5645

Black with #EC5645

Text Example


Text Example

White with #EC5645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5645; }

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

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

background-color css

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

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

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

border-color css

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

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

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